Missed update for test when reacting to hosting changes
This commit is contained in:
parent
b466c3b7d7
commit
facf3ad0da
|
|
@ -91,7 +91,7 @@ namespace Microsoft.AspNet.Server.Kestrel.FunctionalTests
|
||||||
}).Build();
|
}).Build();
|
||||||
|
|
||||||
var builder = new WebHostBuilder(config)
|
var builder = new WebHostBuilder(config)
|
||||||
.UseServer("Microsoft.AspNet.Server.Kestrel")
|
.UseServerFactory("Microsoft.AspNet.Server.Kestrel")
|
||||||
.UseStartup(app =>
|
.UseStartup(app =>
|
||||||
{
|
{
|
||||||
app.Run(async context =>
|
app.Run(async context =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue