Fix a few more HttpAbstractions references.

This commit is contained in:
Chris Ross 2014-05-05 18:24:59 -07:00
parent 903197e1ce
commit 1952e683ac
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using Microsoft.AspNet;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Server.WebListener;
using Microsoft.Net.Server;

View File

@ -38,7 +38,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.ConfigurationModel;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Logging;

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Reflection;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Server.WebListener
{