From 30bcfcb7069cb90adac2b493f72bcae994b96552 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 7 May 2024 07:36:58 +0000 Subject: [PATCH 1/7] Do not ship System.Text.Json with the MSBuild.BuildHost Allow it to be provided by the .NET runtime or by MSBuildLocator. --- .../Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj b/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj index fc94a6b184b34..132e61a5413a6 100644 --- a/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj +++ b/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj @@ -21,7 +21,7 @@ - + From 836006712e466b4b8c5f69ea933225507fcdaaf4 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Wed, 8 May 2024 20:34:30 +0000 Subject: [PATCH 2/7] Update BuildHost STJ to 8.0.4 Update STJ shipping with InteractiveHost to 8.0.4 Binding redirect is auto-generated for netfx buildhost and interactive host --- NuGet.config | 1 + src/Interactive/HostProcess/InteractiveHost32.csproj | 2 ++ src/Interactive/HostProcess/InteractiveHost64.csproj | 2 ++ .../Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index 61fbae97a783c..0be5c55a17768 100644 --- a/NuGet.config +++ b/NuGet.config @@ -19,6 +19,7 @@ + diff --git a/src/Interactive/HostProcess/InteractiveHost32.csproj b/src/Interactive/HostProcess/InteractiveHost32.csproj index b43f4aaa790c8..623215be251f3 100644 --- a/src/Interactive/HostProcess/InteractiveHost32.csproj +++ b/src/Interactive/HostProcess/InteractiveHost32.csproj @@ -16,6 +16,8 @@ + + 7.0.3 + 8.0.4 7.0.0 7.0.0 diff --git a/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj b/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj index 0a31736c96366..5b5fab7ef343e 100644 --- a/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj +++ b/src/Workspaces/Core/MSBuild.BuildHost/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.csproj @@ -21,7 +21,7 @@ - +