From 19225403322754ee9177011e5082d6444368e5cf Mon Sep 17 00:00:00 2001 From: Damon Tivel Date: Fri, 14 Feb 2025 13:49:41 -0800 Subject: [PATCH] Update MSBuild (#820) Attempting to resolve https://github.com/dotnet/sign/issues/819. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 30e8970d..82f2ca92 100644 --- a/global.json +++ b/global.json @@ -7,7 +7,7 @@ "8.0.12" ] }, - "xcopy-msbuild": "17.10.0-pre.4.0" + "xcopy-msbuild": "17.12.0" }, "sdk": { "version": "9.0.100",