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

This commit is contained in:
Praburaj 2015-03-05 17:34:20 -08:00
parent 8e4ea775ac
commit 940a5a0c29
6 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Microsoft.Framework.Cache.Distributed;
using Microsoft.Framework.Logging;

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;
using Microsoft.Framework.Cache.Distributed;
using Microsoft.Framework.Logging;

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.Session
{

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.Session
{

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Session
{

View File

@ -8,7 +8,6 @@ using System.Security.Cryptography;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.Framework.Logging;
using Microsoft.Framework.OptionsModel;