Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
bazzilic committed Mar 15, 2022
1 parent 4d2bcf1 commit 1fdf789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<Description>Extension for the .NET Framework cryptography subsystem, which introduces the Pohlig-Hellman exponentiation cipher.</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aprismatic.BigIntegerExt" Version="0.1.10" />
<PackageReference Include="Aprismatic.BigIntegerExt" Version="0.2.0.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/PohligHellmanTests/PohligHellmanTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1fdf789

Please sign in to comment.