Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 0c143df

Browse files
committed
React to WebListener rename
1 parent 0651cca commit 0c143df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Microsoft.AspNetCore.StaticFiles.FunctionalTests/StaticFileMiddlewareTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public void ClientDisconnect_NoWriteExceptionThrown(ServerType serverType)
207207

208208
if (serverType == ServerType.WebListener)
209209
{
210-
builder.UseWebListener();
210+
builder.UseHttpSys();
211211
}
212212
else if (serverType == ServerType.Kestrel)
213213
{

test/Microsoft.AspNetCore.StaticFiles.FunctionalTests/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"dotnet-test-xunit": "2.2.0-*",
21-
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
21+
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.3.0-*",
22+
"Microsoft.AspNetCore.Server.HttpSys": "1.2.0-*",
2223
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
23-
"Microsoft.AspNetCore.Server.WebListener": "1.2.0-*",
2424
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*",
2525
"Microsoft.AspNetCore.Testing": "1.2.0-*",
2626
"Microsoft.Extensions.Logging.Testing": "1.2.0-*",

0 commit comments

Comments
 (0)