React to WebListener rename
This commit is contained in:
parent
0651cca94a
commit
0c143df5d8
|
|
@ -207,7 +207,7 @@ namespace Microsoft.AspNetCore.StaticFiles
|
||||||
|
|
||||||
if (serverType == ServerType.WebListener)
|
if (serverType == ServerType.WebListener)
|
||||||
{
|
{
|
||||||
builder.UseWebListener();
|
builder.UseHttpSys();
|
||||||
}
|
}
|
||||||
else if (serverType == ServerType.Kestrel)
|
else if (serverType == ServerType.Kestrel)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"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.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
|
|
||||||
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
|
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue