diff --git a/src/Kestrel/ServerFactory.cs b/src/Kestrel/ServerFactory.cs index dbe91f9e06..e7e19f8353 100644 --- a/src/Kestrel/ServerFactory.cs +++ b/src/Kestrel/ServerFactory.cs @@ -4,8 +4,8 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; -using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.Hosting.Server; +using Microsoft.AspNet.Http.Features; using Microsoft.AspNet.Server.Kestrel; using Microsoft.Framework.Configuration; using Microsoft.Framework.Runtime; diff --git a/src/Kestrel/ServerRequest.cs b/src/Kestrel/ServerRequest.cs index 5edfda327d..e1ac126af5 100644 --- a/src/Kestrel/ServerRequest.cs +++ b/src/Kestrel/ServerRequest.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; -using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.Http.Features; using Microsoft.AspNet.Server.Kestrel.Http;