diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-08 16:48:30 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2023-01-08 16:48:30 -0500 |
commit | 5518b8d461732796b0da5f4c9ba85be96bddc205 (patch) | |
tree | b18cf059ae5e0e2e787f4de1dd3255e17083d355 /src/SMAPI.ModBuildConfig | |
parent | b246fe61452f15026382c7d6da687116fec546e1 (diff) | |
download | SMAPI-5518b8d461732796b0da5f4c9ba85be96bddc205.tar.gz SMAPI-5518b8d461732796b0da5f4c9ba85be96bddc205.tar.bz2 SMAPI-5518b8d461732796b0da5f4c9ba85be96bddc205.zip |
update packages
Diffstat (limited to 'src/SMAPI.ModBuildConfig')
-rw-r--r-- | src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj index cded6f65..efc808a1 100644 --- a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj +++ b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj @@ -24,7 +24,7 @@ <ItemGroup> <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.10" /> - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <!-- This is imported through Microsoft.Build.Utilities.Core. When installed by a mod, NuGet |