From eb267f24ac6e844061c8e0e675d74dcfd93eb9cc Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Mon, 19 May 2025 16:45:27 -0500 Subject: [PATCH 1/2] Update baseline MSBuild to patched version --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 767cf0615045..42b6274eff64 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -199,7 +199,7 @@ Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent --> 17.15.0-preview-25265-101 17.15.0-preview-25265-101 - 17.11.4 + 17.11.31 17.13 From 612d80553ca86073d28ae8f19692a08cab14eb18 Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Mon, 19 May 2025 16:46:06 -0500 Subject: [PATCH 2/2] Avoid redistributing MSBuild in format MSBuild assemblies are found via MSBuildLocator, and should never be used from the format folder--so stop droppping them there. --- src/BuiltInTools/dotnet-format/dotnet-format.csproj | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/BuiltInTools/dotnet-format/dotnet-format.csproj b/src/BuiltInTools/dotnet-format/dotnet-format.csproj index fb39ccbb0901..05f7680b8b10 100644 --- a/src/BuiltInTools/dotnet-format/dotnet-format.csproj +++ b/src/BuiltInTools/dotnet-format/dotnet-format.csproj @@ -33,7 +33,14 @@ + + + + + + +