命名空间修正
This commit is contained in:
2021-04-25 14:44:22 +08:00
parent 09eeec63a4
commit c300dec039
22 changed files with 7041 additions and 44 deletions

View File

@@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>Dilon.Web.Core.xml</DocumentationFile>
<DocumentationFile>Ewide.Web.Core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Remove="Dilon.Web.Core.xml" />
<None Remove="Ewide.Web.Core.xml" />
</ItemGroup>
<ItemGroup>
@@ -15,8 +15,8 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Dilon.Application\Dilon.Application.csproj" />
<ProjectReference Include="..\Dilon.Database.Migrations\Dilon.Database.Migrations.csproj" />
<ProjectReference Include="..\Ewide.Application\Ewide.Application.csproj" />
<ProjectReference Include="..\Ewide.Database.Migrations\Ewide.Database.Migrations.csproj" />
</ItemGroup>
</Project>