Skip to content

Commit

Permalink
Update to ODL 7..7.3 and get rid of System.Text.Json version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Jan 25, 2021
1 parent 775f9f4 commit b4b2ed5
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.OData.Edm" Version="7.7.0" />
<PackageReference Include="Microsoft.Spatial" Version="7.7.0" />
<PackageReference Include="Microsoft.OData.Edm" Version="7.7.3" />
<PackageReference Include="Microsoft.Spatial" Version="7.7.3" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.6.0" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b4b2ed5

Please sign in to comment.