Skip to content

Commit

Permalink
[vs17.12] Bump VS and xcopy-msbuild version to 17.12.0 (#11155)
Browse files Browse the repository at this point in the history
* Bump up VS version to 17.12

* Bump up xcopy-msbuild to 17.12.0

* Bump up version prefix to 17.12.21

---------

Co-authored-by: Gang Wang <v-gaw@microsoft.com>
  • Loading branch information
github-actions[bot] and GangWang01 authored Dec 18, 2024
1 parent afd5396 commit f7f4b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- 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. -->
<Project>
<PropertyGroup>
<VersionPrefix>17.12.20</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<VersionPrefix>17.12.21</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<PackageValidationBaselineVersion>17.11.4</PackageValidationBaselineVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"tools": {
"dotnet": "9.0.100",
"vs": {
"version": "17.10.0"
"version": "17.12.0"
},
"xcopy-msbuild": "17.10.0-pre.4.0"
"xcopy-msbuild": "17.12.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24572.2"
Expand Down

0 comments on commit f7f4b08

Please sign in to comment.