Upgrade Newtonsoft.Json

This commit is contained in:
John Lewin 2018-08-31 23:13:15 -07:00
parent 29e5aa8fdc
commit c71657946c
7 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit.ApplicationDomain" Version="11.0.0" />
</ItemGroup>