diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-07 21:27:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-06-10 00:05:22 -0400 |
commit | 0bb9fc42933fc01c349a685e061a753cecb49518 (patch) | |
tree | a4b8859aa43efcc9796c9fea616bb0852b557e82 /src/SMAPI | |
parent | b6d15ec57fb0aa420db81f310057e869eb3f0c53 (diff) | |
download | SMAPI-0bb9fc42933fc01c349a685e061a753cecb49518.tar.gz SMAPI-0bb9fc42933fc01c349a685e061a753cecb49518.tar.bz2 SMAPI-0bb9fc42933fc01c349a685e061a753cecb49518.zip |
update Newtonsoft.Json
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 5bc12429..3ee7d44a 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -24,7 +24,7 @@ <PackageReference Include="LargeAddressAware" Version="1.0.5" /> <PackageReference Include="Mono.Cecil" Version="0.11.4" /> <PackageReference Include="MonoMod.Common" Version="22.3.5.1" /> - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> <PackageReference Include="Pintail" Version="2.1.0" /> <PackageReference Include="Platonymous.TMXTile" Version="1.5.9" /> <PackageReference Include="System.Reflection.Emit" Version="4.7.0" /> |