зеркало из https://github.com/aspnet/MusicStore.git
Remove hosting.json
This commit is contained in:
Родитель
20a24a2ab6
Коммит
cfd6ec311e
|
@ -8,6 +8,7 @@ namespace MusicStore
|
|||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseKestrel()
|
||||
.UseIIS()
|
||||
.UseStartup("MusicStore")
|
||||
.Build();
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"server": "Microsoft.AspNetCore.Server.Kestrel"
|
||||
}
|
Загрузка…
Ссылка в новой задаче