Skip to content

Commit

Permalink
Add PrivateAsserts to the System.Text.Json package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Sep 22, 2020
1 parent 74946ca commit 0f21cc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Microsoft.OData.Edm/Microsoft.OData.Edm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json">
<Version>4.7.1</Version>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="4.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0f21cc3

Please sign in to comment.