Correctly react to EF package renames
This commit is contained in:
parent
6ae622609e
commit
b5039012bf
|
|
@ -19,8 +19,8 @@ using System;
|
|||
using Microsoft.AspNet.DependencyInjection;
|
||||
using Microsoft.AspNet.DependencyInjection.Fallback;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.SqlServer;
|
||||
using Microsoft.Data.InMemory;
|
||||
using Microsoft.Data.Entity.SqlServer;
|
||||
using Microsoft.Data.Entity.InMemory;
|
||||
using Microsoft.Data.Entity.Metadata;
|
||||
|
||||
namespace Microsoft.AspNet.Identity.Entity
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ using Microsoft.AspNet.DependencyInjection;
|
|||
using Microsoft.AspNet.DependencyInjection.Fallback;
|
||||
using Microsoft.AspNet.Identity.Test;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.InMemory;
|
||||
using Microsoft.Data.Entity.InMemory;
|
||||
using Xunit;
|
||||
|
||||
namespace Microsoft.AspNet.Identity.Entity.Test
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ using Microsoft.AspNet.DependencyInjection.Fallback;
|
|||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.Entity.Metadata;
|
||||
using Microsoft.Data.Entity.Storage;
|
||||
using Microsoft.Data.InMemory;
|
||||
using Microsoft.Data.Entity.InMemory;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@ using Microsoft.AspNet.Identity.Test;
|
|||
using Microsoft.AspNet.Testing;
|
||||
using Microsoft.Data.Entity;
|
||||
using Microsoft.Data.Entity.Metadata;
|
||||
using Microsoft.Data.InMemory;
|
||||
using Microsoft.Data.SqlServer;
|
||||
using Microsoft.Data.Entity.InMemory;
|
||||
using Microsoft.Data.Entity.SqlServer;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Security.Claims;
|
||||
|
|
|
|||
Loading…
Reference in New Issue