diff --git a/src/MusicStore.Spa/Startup.cs b/src/MusicStore.Spa/Startup.cs index 99ce771f1d..0d5df9c9e9 100644 --- a/src/MusicStore.Spa/Startup.cs +++ b/src/MusicStore.Spa/Startup.cs @@ -5,7 +5,7 @@ using Microsoft.AspNet.Identity.EntityFramework; using Microsoft.Data.Entity; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using MusicStore.Apis; using MusicStore.Models; diff --git a/src/MusicStore.Spa/compiler/preprocess/RazorPreCompilation.cs b/src/MusicStore.Spa/compiler/preprocess/RazorPreCompilation.cs index eb7818a01d..d1c8b4873c 100644 --- a/src/MusicStore.Spa/compiler/preprocess/RazorPreCompilation.cs +++ b/src/MusicStore.Spa/compiler/preprocess/RazorPreCompilation.cs @@ -1,6 +1,6 @@ using System; using Microsoft.AspNet.Mvc; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; namespace MusicStore { diff --git a/src/MusicStore/Models/SampleData.cs b/src/MusicStore/Models/SampleData.cs index c9e8b4c603..a707059782 100644 --- a/src/MusicStore/Models/SampleData.cs +++ b/src/MusicStore/Models/SampleData.cs @@ -8,7 +8,7 @@ using Microsoft.Data.Entity; using Microsoft.Data.Entity.Storage; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; namespace MusicStore.Models { diff --git a/src/MusicStore/Platform.cs b/src/MusicStore/Platform.cs index ca0f0cb32d..b1533e92c0 100644 --- a/src/MusicStore/Platform.cs +++ b/src/MusicStore/Platform.cs @@ -1,7 +1,6 @@ using System; using System.Runtime.InteropServices; -using Microsoft.Framework.Runtime; -using Microsoft.Framework.Runtime.Infrastructure; +using Microsoft.Dnx.Runtime; namespace MusicStore { diff --git a/src/MusicStore/Startup.cs b/src/MusicStore/Startup.cs index efc09830f6..ca7a4ee3e9 100644 --- a/src/MusicStore/Startup.cs +++ b/src/MusicStore/Startup.cs @@ -10,7 +10,7 @@ using Microsoft.Framework.Caching.Memory; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.Logging; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using MusicStore.Components; using MusicStore.Models; diff --git a/src/MusicStore/StartupNtlmAuthentication.cs b/src/MusicStore/StartupNtlmAuthentication.cs index 2dbdf67079..d50a76396d 100644 --- a/src/MusicStore/StartupNtlmAuthentication.cs +++ b/src/MusicStore/StartupNtlmAuthentication.cs @@ -10,7 +10,7 @@ using Microsoft.Framework.Caching.Memory; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.Logging; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using Microsoft.Net.Http.Server; using MusicStore.Components; using MusicStore.Models; diff --git a/src/MusicStore/StartupOpenIdConnect.cs b/src/MusicStore/StartupOpenIdConnect.cs index 29ed6d12da..923e2a2bb3 100644 --- a/src/MusicStore/StartupOpenIdConnect.cs +++ b/src/MusicStore/StartupOpenIdConnect.cs @@ -9,7 +9,7 @@ using Microsoft.Framework.Caching.Memory; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.Logging; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using MusicStore.Components; using MusicStore.Models; diff --git a/src/MusicStore/compiler/preprocess/RazorPreCompilation.cs b/src/MusicStore/compiler/preprocess/RazorPreCompilation.cs index eb7818a01d..d1c8b4873c 100644 --- a/src/MusicStore/compiler/preprocess/RazorPreCompilation.cs +++ b/src/MusicStore/compiler/preprocess/RazorPreCompilation.cs @@ -1,6 +1,6 @@ using System; using Microsoft.AspNet.Mvc; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; namespace MusicStore { diff --git a/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs b/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs index 28981f0943..22f75e0726 100644 --- a/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs +++ b/test/E2ETests/compiler/shared/Mocks/StartupOpenIdConnectTesting.cs @@ -11,7 +11,7 @@ using Microsoft.Framework.Caching.Memory; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.Logging; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using MusicStore.Mocks.Common; using MusicStore.Mocks.OpenIdConnect; using MusicStore.Components; diff --git a/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs b/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs index b734730ffa..bfd505f20c 100644 --- a/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs +++ b/test/E2ETests/compiler/shared/Mocks/StartupSocialTesting.cs @@ -12,7 +12,7 @@ using Microsoft.Framework.Caching.Memory; using Microsoft.Framework.Configuration; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.Logging; -using Microsoft.Framework.Runtime; +using Microsoft.Dnx.Runtime; using MusicStore.Components; using MusicStore.Mocks.Common; using MusicStore.Mocks.Facebook;