summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-07 01:51:50 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-07 01:51:50 -0400
commit6b05296e71c32abd158f354eeeaf1e135e72e6e2 (patch)
tree417ee622b7cf56bc98f6a55ddb7ab63f414c25e4 /src/SMAPI.ModBuildConfig
parente58e8a22836081ec4baffa5a9b4b093a329f3d88 (diff)
downloadSMAPI-6b05296e71c32abd158f354eeeaf1e135e72e6e2.tar.gz
SMAPI-6b05296e71c32abd158f354eeeaf1e135e72e6e2.tar.bz2
SMAPI-6b05296e71c32abd158f354eeeaf1e135e72e6e2.zip
migrate mod build package to .NET 5 to allow full nullable annotations (#837)
Diffstat (limited to 'src/SMAPI.ModBuildConfig')
-rw-r--r--src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
index 82eac7f6..8e70293e 100644
--- a/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
+++ b/src/SMAPI.ModBuildConfig/SMAPI.ModBuildConfig.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<!--build-->
<RootNamespace>StardewModdingAPI.ModBuildConfig</RootNamespace>
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>