From f0b5a3b1fbbe3d8d98ae85de5bf53be7db4fb71d Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Mon, 18 Sep 2023 11:44:53 +0200 Subject: [PATCH] Update xcopy-msbuild Minimal version required is 17.7 since we've updated to rc2 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 962754dd234..551f4bb5205 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.6.0-2" + "xcopy-msbuild": "17.7.0" }, "native-tools": { "perl": "5.38.0.1"