Skip to content

Commit 79a71fc

Browse files
authored
Remove live System.Text.Json reference from HostModel (#108263)
1 parent 7c85cee commit 79a71fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/installer/managed/Microsoft.NET.HostModel/Microsoft.NET.HostModel.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<ItemGroup>
2222
<!-- SDK pins this to a lower version https://github.com/dotnet/sdk/issues/43325 -->
2323
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataToolsetVersion)" />
24-
<ProjectReference Include="$(LibrariesProjectRoot)System.Text.Json\src\System.Text.Json.csproj" />
24+
<!-- 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)" />
2526
</ItemGroup>
2627

2728
<ItemGroup>

0 commit comments

Comments
 (0)