update 修改所有dilon
This commit is contained in:
@@ -4,4 +4,4 @@ EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
COPY . .
|
||||
ENTRYPOINT ["dotnet", "Dilon.Web.Entry.dll"]
|
||||
ENTRYPOINT ["dotnet", "Ewide.Web.Entry.dll"]
|
||||
@@ -15,7 +15,7 @@
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
}
|
||||
},
|
||||
"Dilon.Web.Entry": {
|
||||
"Ewide.Web.Entry": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Dilon.Core;
|
||||
using Ewide.Core;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Dilon.Core;
|
||||
using Ewide.Core;
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Dilon.Core;
|
||||
using Ewide.Core;
|
||||
using Furion.DatabaseAccessor;
|
||||
using Furion.DatabaseAccessor.Extensions;
|
||||
using Furion.DependencyInjection;
|
||||
|
||||
Reference in New Issue
Block a user