React to renames

This commit is contained in:
David Fowler 2014-05-08 03:49:01 -07:00
parent 4d78121aa4
commit 03cffeb451
6 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ using System.IO;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.Hosting
{

View File

@ -8,7 +8,7 @@
"Microsoft.Framework.ConfigurationModel": "0.1-alpha-*",
"Microsoft.Framework.DependencyInjection": "0.1-alpha-*",
"Microsoft.Framework.Logging": "0.1-alpha-*",
"Microsoft.Net.Runtime.Interfaces": "0.1-alpha-*"
"Microsoft.Framework.Runtime.Interfaces": "0.1-alpha-*"
},
"configurations": {
"net45": {},

View File

@ -25,7 +25,7 @@ using Microsoft.AspNet.Hosting.Startup;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.TestHost
{

View File

@ -17,7 +17,7 @@
using System;
using System.Runtime.Versioning;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
namespace Microsoft.AspNet.TestHost.Tests
{

View File

@ -22,7 +22,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
using Xunit;
namespace Microsoft.AspNet.TestHost.Tests

View File

@ -21,7 +21,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.DependencyInjection.Fallback;
using Microsoft.Net.Runtime;
using Microsoft.Framework.Runtime;
using Xunit;
namespace Microsoft.AspNet.TestHost.Tests