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

Commit 8d2388b

Browse files
committed
reacting to HttpAbstractions/pull/455
1 parent aef1a77 commit 8d2388b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

src/Microsoft.AspNet.Hosting.Server.Abstractions/IServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using Microsoft.AspNet.Builder;
5+
using Microsoft.AspNet.Http;
66
using Microsoft.AspNet.Http.Features;
77

88
namespace Microsoft.AspNet.Hosting.Server

src/Microsoft.AspNet.TestHost/ClientHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using System.Net.Http;
1212
using System.Threading;
1313
using System.Threading.Tasks;
14-
using Microsoft.AspNet.Builder;
1514
using Microsoft.AspNet.Http;
1615
using Microsoft.AspNet.Http.Features;
1716
using Microsoft.AspNet.Http.Internal;

src/Microsoft.AspNet.TestHost/WebSocketClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using System.Security.Cryptography;
99
using System.Threading;
1010
using System.Threading.Tasks;
11-
using Microsoft.AspNet.Builder;
1211
using Microsoft.AspNet.Http;
1312
using Microsoft.AspNet.Http.Features;
1413
using Microsoft.AspNet.Http.Internal;

test/Microsoft.AspNet.Hosting.Tests/WebHostBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
using System.Collections.Generic;
55
using System.IO;
66
using System.Threading.Tasks;
7-
using Microsoft.AspNet.Builder;
87
using Microsoft.AspNet.Hosting.Fakes;
98
using Microsoft.AspNet.Hosting.Internal;
109
using Microsoft.AspNet.Hosting.Server;
10+
using Microsoft.AspNet.Http;
1111
using Microsoft.AspNet.Http.Features;
1212
using Microsoft.AspNet.Http.Internal;
1313
using Microsoft.Extensions.Configuration;

0 commit comments

Comments
 (0)