From e116dbbb165f41029657cf9282be96ede4a1a952 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 13 Jan 2026 10:13:42 -0800 Subject: [PATCH 1/2] Remove xcopy-msbuild entry from global.json --- global.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/global.json b/global.json index 9a26761ee640..697a88986598 100644 --- a/global.json +++ b/global.json @@ -25,8 +25,7 @@ "Microsoft.VisualStudio.Component.VC.Tools.ARM64", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64" ] - }, - "xcopy-msbuild": "17.14.16" + } }, "native-tools": { "jdk": "latest" From 45efc3d8cdcabdc23c72ae13f286f99e8be13d91 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 13 Jan 2026 10:37:31 -0800 Subject: [PATCH 2/2] Remove VS version and components from global.json Removed Visual Studio version and components from global.json. --- global.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/global.json b/global.json index 697a88986598..7fd22664d18c 100644 --- a/global.json +++ b/global.json @@ -16,15 +16,6 @@ "dotnet": [ "$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)" ] - }, - "vs": { - "version": "17.14", - "components": [ - "Microsoft.VisualStudio.Component.VC.ATL", - "Microsoft.VisualStudio.Component.VC.ATL.ARM64", - "Microsoft.VisualStudio.Component.VC.Tools.ARM64", - "Microsoft.VisualStudio.Component.VC.Tools.x86.x64" - ] } }, "native-tools": {