Handle Http.Core rename.

This commit is contained in:
Chris Ross 2015-04-16 14:30:11 -07:00
parent a6b98d050b
commit 925d7d7828
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -6,7 +6,6 @@ using System.Collections.Generic;
using System.IO;
using Microsoft.AspNet.FileProviders;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
using Microsoft.Framework.Expiration.Interfaces;
using Microsoft.Framework.Logging.Testing;
using Xunit;

View File

@ -1,6 +1,5 @@
{
"dependencies": {
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.Framework.Logging.Testing": "1.0.0-*",