diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-06 21:10:00 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:46:41 -0400 |
commit | f18ad1210cd813d6ddff665841ac712d62d18b1f (patch) | |
tree | da6e47a602ed973f79df481efbf11f7fa981f560 /src/SMAPI.Web/SMAPI.Web.csproj | |
parent | 9162f41462ad91e684260212141e1aeba0625933 (diff) | |
download | SMAPI-f18ad1210cd813d6ddff665841ac712d62d18b1f.tar.gz SMAPI-f18ad1210cd813d6ddff665841ac712d62d18b1f.tar.bz2 SMAPI-f18ad1210cd813d6ddff665841ac712d62d18b1f.zip |
update project name
Diffstat (limited to 'src/SMAPI.Web/SMAPI.Web.csproj')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj index 1d8e41c6..b0aaa8a9 100644 --- a/src/SMAPI.Web/SMAPI.Web.csproj +++ b/src/SMAPI.Web/SMAPI.Web.csproj @@ -1,6 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> + <RootNamespace>StardewModdingAPI.Web</RootNamespace> <TargetFramework>netcoreapp2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <LangVersion>latest</LangVersion> |