Update RootNameSpace

Update RootNameSpace
This commit is contained in:
ALEXTANG
2023-07-14 12:45:06 +08:00
parent 493172a925
commit 37af620d71
3 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<RootNamespace>TEngine.Server</RootNamespace>
<RootNamespace>TEngine</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

View File

@@ -4,6 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>TEngine</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

View File

@@ -4,7 +4,7 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>disable</Nullable>
<LangVersion>11</LangVersion>
<RootNamespace>ET</RootNamespace>
<RootNamespace>TEngine</RootNamespace>
<AssemblyName>ThirdParty</AssemblyName>
</PropertyGroup>