From 72fd93fce3f8601d8e87bdedb1531cb43a2b534d Mon Sep 17 00:00:00 2001 From: Ben Hopkins Date: Thu, 30 Oct 2025 18:29:57 +0000 Subject: [PATCH] Update Visual Studio and xcopy-msbuild in global.json --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 2f357fea5146..13a7a86b5651 100644 --- a/global.json +++ b/global.json @@ -18,7 +18,7 @@ ] }, "vs": { - "version": "17.13", + "version": "17.14", "components": [ "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.ATL.ARM64", @@ -26,7 +26,7 @@ "Microsoft.VisualStudio.Component.VC.Tools.x86.x64" ] }, - "xcopy-msbuild": "17.13.0" + "xcopy-msbuild": "17.14.16" }, "native-tools": { "jdk": "latest"