diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-01-04 18:32:12 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 16:57:15 -0400 |
commit | 31a49b83c2fda9f3990e953aeaefc2b415333f31 (patch) | |
tree | d4b974e638f1265aebb5be4acd21a2630639b86a /src/SMAPI/StardewModdingAPI.csproj | |
parent | e55295385b592f422d43f0b525cf3bea7be19b52 (diff) | |
download | SMAPI-31a49b83c2fda9f3990e953aeaefc2b415333f31.tar.gz SMAPI-31a49b83c2fda9f3990e953aeaefc2b415333f31.tar.bz2 SMAPI-31a49b83c2fda9f3990e953aeaefc2b415333f31.zip |
update NuGet packages
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index eda53025..718366a7 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -19,7 +19,7 @@ <PackageReference Include="LargeAddressAware" Version="1.0.3" /> <PackageReference Include="Lib.Harmony" Version="1.2.0.1" /> <PackageReference Include="Mono.Cecil" Version="0.10.1" /> - <PackageReference Include="Newtonsoft.Json" Version="11.0.2" /> + <PackageReference Include="Newtonsoft.Json" Version="12.0.1" /> </ItemGroup> <ItemGroup> |