From 759b31c1cb7f5af64d826e11a35a594a4e337a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:11:47 -0800 Subject: [PATCH] Remove xcopy-msbuild from global.json (#7800) Co-authored-by: kkeirstead <85592574+kkeirstead@users.noreply.github.com> --- global.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/global.json b/global.json index baa1ab80f5a..7e848733764 100644 --- a/global.json +++ b/global.json @@ -26,8 +26,7 @@ "$(MicrosoftNETCoreApp80Version)", "$(VSRedistCommonNetCoreSharedFrameworkx6490Version)" ] - }, - "xcopy-msbuild": "17.8.5" + } }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0",