Skip to content

Commit

Permalink
Update Bouncy Castle to 2.3.1 (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
mregen committed May 16, 2024
1 parent 4c28eb7 commit 91ef753
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<Choose>
<When Condition="'$(TargetFramework)' == 'net462'">
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
</ItemGroup>
</When>
<When Condition="'$(TargetFramework)' == 'netstandard2.0'">
<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.0" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
</ItemGroup>
</When>
<Otherwise>
Expand Down

0 comments on commit 91ef753

Please sign in to comment.