React to DNX renames

This commit is contained in:
Victor Hurdugaci 2015-07-29 11:49:38 -07:00
parent 5aa94c27f7
commit 04c33bffd0
10 changed files with 10 additions and 11 deletions

View File

@ -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;

View File

@ -1,6 +1,6 @@
using System;
using Microsoft.AspNet.Mvc;
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
namespace MusicStore
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -1,6 +1,6 @@
using System;
using Microsoft.AspNet.Mvc;
using Microsoft.Framework.Runtime;
using Microsoft.Dnx.Runtime;
namespace MusicStore
{

View File

@ -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;

View File

@ -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;