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();
|
||||
|
||||
var builder = new WebHostBuilder(config)
|
||||
.UseServer("Microsoft.AspNet.Server.Kestrel")
|
||||
.UseServerFactory("Microsoft.AspNet.Server.Kestrel")
|
||||
.UseStartup(app =>
|
||||
{
|
||||
app.Run(async context =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue