Skip to content

Commit 227092b

Browse files
authored
Merge pull request #8903 from dotnet/JanKrivanek-patch-4
Update System.Security.Cryptography.Pkcs (dependabot missed it)
2 parents 730a792 + 4a87b6b commit 227092b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<UsagePattern IdentityGlob="System.Reflection.Metadata/*7.0.0*" />
2424
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*7.0.0*" />
2525
<UsagePattern IdentityGlob="System.Resources.Extensions/*7.0.0*" />
26-
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/*7.0.0*" />
26+
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/*7.0.2*" />
2727
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*7.0.0*" />
2828
<UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*7.0.1*" />
2929
<UsagePattern IdentityGlob="System.Security.Permissions/*7.0.0*" />

eng/dependabot/Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageVersion Include="System.Runtime" Version="4.3.1" />
4141
<PackageVersion Update="System.Runtime" Condition="'$(SystemRuntimeVersion)' != ''" Version="$(SystemRuntimeVersion)" />
4242

43-
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="7.0.0" />
43+
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
4444
<PackageVersion Update="System.Security.Cryptography.Pkcs" Condition="'$(SystemSecurityCryptographyPkcsVersion)' != ''" Version="$(SystemSecurityCryptographyPkcsVersion)" />
4545

4646
<PackageVersion Include="System.Security.Cryptography.Xml" Version="7.0.1" />

0 commit comments

Comments
 (0)