diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-06-18 23:39:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-13 17:44:41 -0400 |
commit | fb04b67a2b91ce3a3b2b2f160b4266eeea624e67 (patch) | |
tree | 6c2d9f7ebbeaf3064a8a36652f08be17e2fc320b /src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj | |
parent | 125bcbee56bf40cf82abc7fdb502f8cbc18546cf (diff) | |
download | SMAPI-fb04b67a2b91ce3a3b2b2f160b4266eeea624e67.tar.gz SMAPI-fb04b67a2b91ce3a3b2b2f160b4266eeea624e67.tar.bz2 SMAPI-fb04b67a2b91ce3a3b2b2f160b4266eeea624e67.zip |
use same .csproj charset as Visual Studio tools
Diffstat (limited to 'src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj')
-rw-r--r-- | src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj b/src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj index 67adbd67..cbbb7fc9 100644 --- a/src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj +++ b/src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net4.5;netstandard2.0</TargetFrameworks> |