Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http
This commit is contained in:
parent
a2e1110b7a
commit
9bcc863321
|
|
@ -2,7 +2,7 @@
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using Microsoft.AspNet.Http.Interfaces;
|
using Microsoft.AspNet.Http;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.WebSockets.Server
|
namespace Microsoft.AspNet.WebSockets.Server
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ using System.Net.WebSockets;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNet.Builder;
|
using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
using Microsoft.AspNet.Http.Interfaces;
|
|
||||||
using Microsoft.AspNet.WebSockets.Protocol;
|
using Microsoft.AspNet.WebSockets.Protocol;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.WebSockets.Server
|
namespace Microsoft.AspNet.WebSockets.Server
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue