From 989f62ce4edf3b1c07464ed7035f825452e7991b Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 17 Apr 2024 13:33:40 -0700 Subject: [PATCH] Keep our System.Text.Json version used in HostModel in sync with MSBuild (#101199) --- Directory.Build.targets | 5 +++-- eng/Versions.props | 1 + .../Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj | 4 +--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.targets b/Directory.Build.targets index f731eedc390c36..1161d409dec1ab 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -86,9 +86,10 @@ - + $(SystemReflectionMetadataLoadContextVersion) + $(SystemTextJsonVersion) 9.0.0-preview.4.24215.1 8.0.0 + 8.0.0 8.0.0 8.0.0 diff --git a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj index fec324d46cccbf..55a33eb7e24232 100644 --- a/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj +++ b/src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj @@ -20,7 +20,7 @@ - + @@ -35,5 +35,3 @@ - -