Skip to content

Commit

Permalink
Remove live System.Text.Json reference from HostModel (dotnet#108263)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored and sirntar committed Sep 30, 2024
1 parent c513acf commit 5b2a802
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<ItemGroup>
<!-- SDK pins this to a lower version https://github.com/dotnet/sdk/issues/43325 -->
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataToolsetVersion)" />
<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 -->
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonToolsetVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b2a802

Please sign in to comment.