From 36ee394c850be08703518e6510c6fddfd826f508 Mon Sep 17 00:00:00 2001 From: Ben Hopkins Date: Thu, 30 Oct 2025 18:35:13 +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 0f720ffde4..68cf349022 100644 --- a/global.json +++ b/global.json @@ -11,12 +11,12 @@ "tools": { "dotnet": "10.0.100-rc.1.25420.111", "vs": { - "version": "17.8", + "version": "17.14", "components": [ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.13.0" + "xcopy-msbuild": "17.14.16" }, "native-tools": { "perl": "5.38.2.2"