We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4998ac + f25c50a commit 7dd569bCopy full SHA for 7dd569b
src/Directory.Packages.props
@@ -44,7 +44,7 @@
44
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
45
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.1" />
46
<!-- Pin nuget transitive packages vulnerability issues NuGet.Packaging -->
47
- <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.0" />
+ <PackageVersion Include="System.Security.Cryptography.Pkcs" Version="10.0.1" />
48
</ItemGroup>
49
50
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
0 commit comments