Skip to content

Commit

Permalink
build(deps): bump System.Security.Cryptography.Pkcs
Browse files Browse the repository at this point in the history
Bumps [System.Security.Cryptography.Pkcs](https://github.com/dotnet/runtime) from 6.0.1 to 6.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.1...v6.0.3)

---
updated-dependencies:
- dependency-name: System.Security.Cryptography.Pkcs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent b88a498 commit a7b118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/backend/ikvm/IKVM.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.1" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
</ItemGroup>

</Project>

0 comments on commit a7b118d

Please sign in to comment.