Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-06-29 00:22:33 +0300
committerGitHub <noreply@github.com>2022-06-29 00:22:33 +0300
commit4adb4258cb630114bc232af5339860dab9a5415e (patch)
treea63d969697f80128d197d4abe06d0bce9e187dce /global.json
parenta40a3fec7a8f35e3ece602dab7a432d4f27eab6c (diff)
Specify the current agent demands and VS version (#42460)
* Specify the current agent demands and VS version - we require VS2022 to build native code these days - Core-Eng really likes `1es-windows-2019[-open]` :grinning: * !fixup! Remove extra `$(WindowsTargetPlatformVersion)` settings - set in Cpp.Common.props - was incorrect in common.props and led to requiring two Windows SDK versions
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index c3c99e8413..3c98cec4de 100644
--- a/global.json
+++ b/global.json
@@ -15,7 +15,7 @@
"Git": "2.22.0",
"jdk": "11.0.3",
"vs": {
- "version": "16.8",
+ "version": "17.2",
"components": [
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.ATL.ARM64",
@@ -23,7 +23,7 @@
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
]
},
- "xcopy-msbuild": "16.5.0-alpha"
+ "xcopy-msbuild": "17.1.0"
},
"msbuild-sdks": {
"Yarn.MSBuild": "1.22.10",