diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-07 01:51:50 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-07 01:51:50 -0400 |
commit | 6b05296e71c32abd158f354eeeaf1e135e72e6e2 (patch) | |
tree | 417ee622b7cf56bc98f6a55ddb7ab63f414c25e4 /src/SMAPI.Toolkit.CoreInterfaces | |
parent | e58e8a22836081ec4baffa5a9b4b093a329f3d88 (diff) | |
download | SMAPI-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.Toolkit.CoreInterfaces')
-rw-r--r-- | src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj index 4c92b4db..d69d53d5 100644 --- a/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj +++ b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj @@ -2,7 +2,7 @@ <PropertyGroup> <RootNamespace>StardewModdingAPI</RootNamespace> <Description>Provides toolkit interfaces which are available to SMAPI mods.</Description> - <TargetFrameworks>net5.0; netstandard2.0</TargetFrameworks> + <TargetFrameworks>net5.0</TargetFrameworks> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> |