Skip to content

Commit

Permalink
removed 'System.Security.Cryptography.Algorithms', bump up 'System.Te…
Browse files Browse the repository at this point in the history
…xt.Json' and 'System.Security.Cryptography.Cng' to latest
  • Loading branch information
dvsekhvalnov committed Dec 27, 2024
1 parent 980838e commit 5de872f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jose-jwt/jose-jwt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ JSON Web Key (RFC 7517):
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="System.Security.Cryptography.Cng" Version="4.7.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Security.Cryptography.Cng" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit 5de872f

Please sign in to comment.