Skip to content

Commit

Permalink
Migrate to BouncyCastle.Cryptography (#152)
Browse files Browse the repository at this point in the history
- Portable.BouncyCastle is no longer being updated as the authors
    now publish a Nuget directly.
  • Loading branch information
sthussey authored Jan 27, 2025
1 parent 505cd30 commit c4a74f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Paseto/Paseto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NaCl.Core" Version="2.0.5" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
</ItemGroup>

<ItemGroup Label="Package References for Windows" Condition=" '$(TargetFramework)' == 'net48' ">
Expand Down
2 changes: 1 addition & 1 deletion tests/Paseto.Tests/Paseto.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.categories" Version="2.0.8" />
<PackageReference Include="xunit.runner.console" Version="2.8.1">
Expand Down

0 comments on commit c4a74f8

Please sign in to comment.