From f7f5fb396f07542d596bcc2dee328111efb0ae7b Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 27 Oct 2023 14:52:36 +0200 Subject: [PATCH] Fix signed builds --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 3139d1bd66e..fe3eb287f3f 100644 --- a/global.json +++ b/global.json @@ -6,12 +6,12 @@ "tools": { "dotnet": "8.0.100-rc.2.23502.2", "vs": { - "version": "17.7", + "version": "17.8", "components": [ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.7.2" + "xcopy-msbuild": "17.8.1-2" }, "native-tools": { "perl": "5.38.0.1"