React to EF name changes.
This commit is contained in:
parent
e80853a4cf
commit
100cb7a049
|
|
@ -24,7 +24,7 @@ namespace Microsoft.AspNet.Identity.EntityFramework.InMemory.Test
|
||||||
{
|
{
|
||||||
public InMemoryContext() { }
|
public InMemoryContext() { }
|
||||||
|
|
||||||
protected override void OnConfiguring(EntityOptionsBuilder optionsBuilder)
|
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||||
{
|
{
|
||||||
// Want fresh in memory store for tests always for now
|
// Want fresh in memory store for tests always for now
|
||||||
optionsBuilder.UseInMemoryStore(persist: false);
|
optionsBuilder.UseInMemoryStore(persist: false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue