summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/SMAPI.Web.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-06 21:10:00 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:46:41 -0400
commitf18ad1210cd813d6ddff665841ac712d62d18b1f (patch)
treeda6e47a602ed973f79df481efbf11f7fa981f560 /src/SMAPI.Web/SMAPI.Web.csproj
parent9162f41462ad91e684260212141e1aeba0625933 (diff)
downloadSMAPI-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.csproj1
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>