Skip to content

Commit 7dd569b

Browse files
authored
Merge pull request #4693 from devlead/feature/gh-4692
GH4692: Update System.Security.Cryptography.Pkcs to 10.0.1 for net10.0
2 parents f4998ac + f25c50a commit 7dd569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
4545
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.1" />
4646
<!-- Pin nuget transitive packages vulnerability issues NuGet.Packaging -->
47-
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.0" />
47+
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.1" />
4848
</ItemGroup>
4949

5050
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">

0 commit comments

Comments
 (0)