Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http

This commit is contained in:
Praburaj 2015-03-05 16:36:21 -08:00
parent a2e1110b7a
commit 9bcc863321
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.WebSockets.Server
{

View File

@ -8,7 +8,6 @@ using System.Net.WebSockets;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.WebSockets.Protocol;
namespace Microsoft.AspNet.WebSockets.Server