Skip to content

Commit ad63f95

Browse files
authored
Merge pull request #8758 from dotnet/JanKrivanek-patch-2
[vs17.2] Expliciltly require matching version of VS for signing validation step
2 parents 03946b7 + 80eb8b2 commit ad63f95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.2.8</VersionPrefix>
5+
<VersionPrefix>17.2.9</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<AssemblyVersion>15.1.0.0</AssemblyVersion>
88
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dotnet": "6.0.311",
77
"vs": {
88
"version": "17.0"
9-
}
9+
},
10+
"xcopy-msbuild": "17.0"
1011
},
1112
"msbuild-sdks": {
1213
"Microsoft.Build.CentralPackageVersions": "2.0.1",

0 commit comments

Comments
 (0)