Handle Http.Core rename.

This commit is contained in:
Chris Ross 2015-04-16 12:13:40 -07:00
parent 98e70636fe
commit ee554439cf
5 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"description": "ASP.NET 5 Hosting interfaces.",
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
},

View File

@ -3,7 +3,6 @@
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
namespace Microsoft.AspNet.Hosting.Builder
{

View File

@ -6,7 +6,7 @@
"Microsoft.AspNet.FileProviders": "1.0.0-*",
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Hosting.Server.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",

View File

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

View File

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