From 5755129d148f773d5492aa6ef345d043495f54b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 29 Nov 2022 12:45:45 +0100 Subject: [PATCH] [release/7.0] Remove explicit xcopy-msbuild version from global.json (#3141) --- global.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/global.json b/global.json index 44159aca3184..33d6e3ffd3aa 100644 --- a/global.json +++ b/global.json @@ -5,8 +5,7 @@ "rollForward": "major" }, "tools": { - "dotnet": "7.0.100", - "xcopy-msbuild": "17.2.1" + "dotnet": "7.0.100" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22561.2",