Reacting to Hosting changes
This commit is contained in:
parent
bbc507fe14
commit
1d9a181f45
|
|
@ -119,7 +119,7 @@ namespace IdentitySample
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultConfiguration(args)
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseServer("Microsoft.AspNetCore.Server.Kestrel")
|
||||
.UseStartup<Startup>()
|
||||
.Build();
|
||||
|
|
|
|||
Loading…
Reference in New Issue