Remove hosting.json
This commit is contained in:
parent
20a24a2ab6
commit
cfd6ec311e
|
|
@ -8,6 +8,7 @@ namespace MusicStore
|
||||||
{
|
{
|
||||||
var host = new WebHostBuilder()
|
var host = new WebHostBuilder()
|
||||||
.UseDefaultHostingConfiguration(args)
|
.UseDefaultHostingConfiguration(args)
|
||||||
|
.UseKestrel()
|
||||||
.UseIIS()
|
.UseIIS()
|
||||||
.UseStartup("MusicStore")
|
.UseStartup("MusicStore")
|
||||||
.Build();
|
.Build();
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"server": "Microsoft.AspNetCore.Server.Kestrel"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue