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

This commit is contained in:
Praburaj 2015-03-05 16:28:18 -08:00
parent aacc00aaee
commit ce8caf0b9a
3 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Authentication.DataHandler.Encoder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.Framework.Logging;
namespace Microsoft.AspNet.Authentication

View File

@ -4,7 +4,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Authentication
{

View File

@ -3,7 +3,7 @@
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core.Authentication;
using Microsoft.AspNet.Http.Interfaces.Authentication;
using Microsoft.AspNet.Http.Authentication;
namespace Microsoft.AspNet.Authentication
{