命名空间修正
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

@@ -1,4 +1,4 @@
using Dilon.Application;
using Ewide.Application;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;

View File

@@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Dilon.Web.Core\Dilon.Web.Core.csproj" />
<ProjectReference Include="..\Ewide.Web.Core\Ewide.Web.Core.csproj" />
</ItemGroup>
<ItemGroup>

View File

@@ -1,2 +1,2 @@
@using Dilon.Web.Entry
@using Ewide.Web.Entry
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers