Updating for SqlServerConnectionString => UseSqlServer change
This commit is contained in:
parent
99e86d2aa1
commit
078ba45477
|
|
@ -52,7 +52,7 @@ namespace Microsoft.AspNet.Identity.Entity
|
||||||
protected override void OnConfiguring(DbContextOptions builder)
|
protected override void OnConfiguring(DbContextOptions builder)
|
||||||
{
|
{
|
||||||
//#if NET45
|
//#if NET45
|
||||||
// builder.SqlServerConnectionString(@"Server=(localdb)\v11.0;Database=IdentityDb3;Trusted_Connection=True;");
|
// builder.UseSqlServer(@"Server=(localdb)\v11.0;Database=IdentityDb3;Trusted_Connection=True;");
|
||||||
//#else
|
//#else
|
||||||
builder.UseInMemoryStore();
|
builder.UseInMemoryStore();
|
||||||
//#endif
|
//#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue