From ff095edbdcacd6f48700922a43e9f4081e1390d5 Mon Sep 17 00:00:00 2001 From: Ben Hopkins Date: Thu, 30 Oct 2025 18:41:36 +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 234d63cee..42061ee5b 100644 --- a/global.json +++ b/global.json @@ -2,9 +2,9 @@ "tools": { "dotnet": "9.0.200", "vs": { - "version": "17.13" + "version": "17.14" }, - "xcopy-msbuild": "17.13.0" + "xcopy-msbuild": "17.14.16" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25124.3",