Update Microsoft.NET.HostModel to reference System.Text.Json 5.0 (#35024)
authorEric Erhardt <eric.erhardt@microsoft.com>
Fri, 17 Apr 2020 12:23:26 +0000 (07:23 -0500)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 12:23:26 +0000 (07:23 -0500)
commit89b8591928bcb9f90956c938fcd9fcfb2fdfb476
treec675021f8edfb8bb207abdf1f1e751555557bf4a
parent9fd1e2309a1e90834d9f3f5459f3f0027c385002
Update Microsoft.NET.HostModel to reference System.Text.Json 5.0 (#35024)

Microsoft.Extensions.DependencyModel and Microsoft.NET.HostModel are both used on .NET Framework's MSBuild by dotnet/sdk's Microsoft.NET.Build.Tasks assembly. However, they are referencing differnet versions of System.Text.Json, which is causing file load errors on .NET Framework.

Fixing this by updating Microsoft.NET.HostModel to use a 5.0 version.

Fix #35006
eng/Version.Details.xml
eng/Versions.props
src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj