summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-08 16:43:23 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-01-08 16:43:23 -0500
commitb246fe61452f15026382c7d6da687116fec546e1 (patch)
tree90987a25a90da6693dc04b5ac300261a4b5ff8f6
parentd35f45fc3242d330a2021017054e932eff64f2ca (diff)
downloadSMAPI-b246fe61452f15026382c7d6da687116fec546e1.tar.gz
SMAPI-b246fe61452f15026382c7d6da687116fec546e1.tar.bz2
SMAPI-b246fe61452f15026382c7d6da687116fec546e1.zip
update web to .NET 7
-rw-r--r--src/SMAPI.Web/SMAPI.Web.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj
index 81b187fe..7d4013bd 100644
--- a/src/SMAPI.Web/SMAPI.Web.csproj
+++ b/src/SMAPI.Web/SMAPI.Web.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyName>SMAPI.Web</AssemblyName>
<RootNamespace>StardewModdingAPI.Web</RootNamespace>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
@@ -22,7 +22,7 @@
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" />
<PackageReference Include="Markdig" Version="0.30.2" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.5" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.1" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.14" />
<PackageReference Include="Pathoschild.FluentNexus" Version="1.0.5" />
<PackageReference Include="Pathoschild.Http.FluentClient" Version="4.2.0" />