Fix mtg issue and update json.net

This commit is contained in:
runebaas 2019-05-16 22:40:11 +02:00
parent 8f861ee0bc
commit 57698c8ce6
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 3 additions and 4 deletions

View file

@ -3,6 +3,6 @@
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
</ItemGroup>
</Project>