Skip to content

Commit

Permalink
Update vs/msbuild version (#11115)
Browse files Browse the repository at this point in the history
* Update vs/msbuild version

* Bump version
  • Loading branch information
JanKrivanek authored Dec 9, 2024
1 parent 1b63486 commit ff98e81
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.8.14</VersionPrefix>
<VersionPrefix>17.8.15</VersionPrefix>
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<PackageValidationBaselineVersion>17.7.0</PackageValidationBaselineVersion>
<AssemblyVersion>15.1.0.0</AssemblyVersion>
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": "8.0.110",
"vs": {
"version": "17.6.0"
"version": "17.8.0"
},
"xcopy-msbuild": "17.6.0-2"
"xcopy-msbuild": "17.8.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24570.5"
Expand Down

0 comments on commit ff98e81

Please sign in to comment.