Handle Http.Core rename.

This commit is contained in:
Chris Ross 2015-04-16 14:36:48 -07:00
parent d76b332a53
commit b5fd971562
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.Http;
using Microsoft.Framework.Logging.Testing;
using Xunit;

View File

@ -3,7 +3,7 @@
"warningsAsErrors": "true"
},
"dependencies": {
"Microsoft.AspNet.Http.Core": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*",