summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-07 21:27:11 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-06-10 00:05:22 -0400
commit0bb9fc42933fc01c349a685e061a753cecb49518 (patch)
treea4b8859aa43efcc9796c9fea616bb0852b557e82 /src/SMAPI.Toolkit
parentb6d15ec57fb0aa420db81f310057e869eb3f0c53 (diff)
downloadSMAPI-0bb9fc42933fc01c349a685e061a753cecb49518.tar.gz
SMAPI-0bb9fc42933fc01c349a685e061a753cecb49518.tar.bz2
SMAPI-0bb9fc42933fc01c349a685e061a753cecb49518.zip
update Newtonsoft.Json
Diffstat (limited to 'src/SMAPI.Toolkit')
-rw-r--r--src/SMAPI.Toolkit/SMAPI.Toolkit.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj b/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj
index 2400b76d..e021993f 100644
--- a/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj
+++ b/src/SMAPI.Toolkit/SMAPI.Toolkit.csproj
@@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="HtmlAgilityPack" Version="1.11.43" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Pathoschild.Http.FluentClient" Version="4.1.0" />
<PackageReference Include="System.Management" Version="5.0.0" Condition="'$(OS)' == 'Windows_NT'" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" Condition="'$(OS)' == 'Windows_NT'" />