Merge pull request #1165 from dotnetcore/dependabot/nuget/Examples/base_entity/Newtonsoft.Json-13.0.1

Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Examples/base_entity
This commit is contained in:
IGeekFan
2022-06-26 21:48:32 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Npgsql.NetTopologySuite" Version="6.0.4" />
</ItemGroup>