Reacting to EF naming change
This commit is contained in:
parent
556c15273e
commit
0bbd7c8b48
|
|
@ -31,7 +31,7 @@ namespace Microsoft.AspNet.Identity.EntityFramework.Test
|
|||
base.OnModelCreating(modelBuilder);
|
||||
|
||||
modelBuilder.Entity<User<TKey>>().Property(p => p.Id)
|
||||
.GenerateValuesOnAdd(generateValues: false);
|
||||
.GenerateValueOnAdd(generateValue: false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue