Skip to content

Commit

Permalink
bump: BouncyCastle
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus committed Oct 14, 2024
1 parent 7063430 commit f913308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Libplanet.Crypto/Libplanet.Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageReference Include="System.Collections.Immutable" Version="1.*" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="Bencodex" Version="0.16.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
</ItemGroup>

<ItemGroup Condition="'$(SkipSonar)' != 'true'">
Expand Down
2 changes: 1 addition & 1 deletion src/Libplanet/Libplanet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://docs.libplanet.io/</Description>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
<PackageReference Include="Bencodex" Version="0.16.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
<PackageReference Include="Serilog" Version="2.8.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="Norgerman.Cryptography.Scrypt" Version="2.0.1" />
Expand Down

0 comments on commit f913308

Please sign in to comment.