Skip to content

Commit

Permalink
revert updating json package for C#
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed Jun 21, 2024
1 parent 4c38e36 commit c58a77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/src/HMACSerialiser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryUrl>https://github.com/KJHJason/hmac-serialiser/tree/master/csharp</RepositoryUrl>
<PackAsTool>False</PackAsTool>
<PackageLicenseFile>LICENSE-MIT</PackageLicenseFile>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand All @@ -32,7 +32,7 @@
<ItemGroup>
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Security.Cryptography.Primitives" Version="4.3.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
</ItemGroup>

</Project>

0 comments on commit c58a77b

Please sign in to comment.