update 修改所有dilon

This commit is contained in:
2021-04-25 15:00:17 +08:00
parent c300dec039
commit 7c40825850
19 changed files with 1415 additions and 1415 deletions

View File

@@ -4,4 +4,4 @@ EXPOSE 80
EXPOSE 443
COPY . .
ENTRYPOINT ["dotnet", "Dilon.Web.Entry.dll"]
ENTRYPOINT ["dotnet", "Ewide.Web.Entry.dll"]

View File

@@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Dilon.Web.Entry": {
"Ewide.Web.Entry": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {

View File

@@ -16,12 +16,12 @@ namespace Ewide.Web.Entry
public void ConfigureServices(IServiceCollection services)
{
// 代码迁移至 Dilon.Web.Core/Startup.cs
// 代码迁移至 Ewide.Web.Core/Startup.cs
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
// 代码迁移至 Dilon.Web.Core/Startup.cs
// 代码迁移至 Ewide.Web.Core/Startup.cs
}
}
}

View File

@@ -1,4 +1,4 @@
using Dilon.Core;
using Ewide.Core;
using Microsoft.AspNetCore.Mvc;
using System.Threading.Tasks;

View File

@@ -1,4 +1,4 @@
using Dilon.Core;
using Ewide.Core;
using System;
using System.ComponentModel.DataAnnotations;

View File

@@ -1,4 +1,4 @@
using Dilon.Core;
using Ewide.Core;
using Furion.DatabaseAccessor;
using Furion.DatabaseAccessor.Extensions;
using Furion.DependencyInjection;