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

This commit is contained in:
Praburaj 2015-03-05 16:17:13 -08:00
parent ca9d6bcd77
commit eeda8e3d73
4 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,6 @@ using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.Http.Interfaces;
namespace Microsoft.AspNet.TestHost
{

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.TestHost
{

View File

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.TestHost
{

View File

@ -10,7 +10,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Xunit;
namespace Microsoft.AspNet.TestHost