Upgrade to Newtonsoft.Json 13.0.2

This commit is contained in:
Mark J Price 2022-12-03 11:16:08 +00:00
parent d54aa5d403
commit 95d0f41de6
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
</Project>