React to WebListener rename

This commit is contained in:
Chris R 2017-01-03 18:27:03 -08:00
parent 0651cca94a
commit 0c143df5d8
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ namespace Microsoft.AspNetCore.StaticFiles
if (serverType == ServerType.WebListener)
{
builder.UseWebListener();
builder.UseHttpSys();
}
else if (serverType == ServerType.Kestrel)
{

View File

@ -18,9 +18,9 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
"Microsoft.AspNetCore.Server.HttpSys": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",