We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c85cee commit 79a71fcCopy full SHA for 79a71fc
src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj
@@ -21,7 +21,8 @@
21
<ItemGroup>
22
<!-- SDK pins this to a lower version https://github.com/dotnet/sdk/issues/43325 -->
23
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataToolsetVersion)" />
24
- <ProjectReference Include="$(LibrariesProjectRoot)System.Text.Json\src\System.Text.Json.csproj" />
+ <!-- The SDK distributes the live version of Json we can't reference that https://github.com/dotnet/runtime/issues/108262 -->
25
+ <PackageReference Include="System.Text.Json" Version="$(SystemTextJsonToolsetVersion)" />
26
</ItemGroup>
27
28
0 commit comments