Skip to content

Commit 2679cf5

Browse files
authored
Merge pull request #8977 from dotnet/JanKrivanek-patch-4
Update System.Security.Cryptography.Pkcs
2 parents 74e5766 + d193c88 commit 2679cf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.6.9</VersionPrefix>
5+
<VersionPrefix>17.6.10</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.5.0</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>

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)