React to DNX renames

This commit is contained in:
Victor Hurdugaci 2015-07-29 11:28:06 -07:00
parent 3b26a6e265
commit b407fa056e
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using Microsoft.AspNet.Builder.Internal;
using Microsoft.AspNet.Identity.Test;
using Microsoft.Data.Entity;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Runtime.Infrastructure;
using Microsoft.Dnx.Runtime.Infrastructure;
using Xunit;
namespace Microsoft.AspNet.Identity.EntityFramework.Test

View File

@ -11,7 +11,7 @@ using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Authentication;
using Microsoft.AspNet.Identity.Test;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Runtime.Infrastructure;
using Microsoft.Dnx.Runtime.Infrastructure;
using Moq;
using Xunit;