Updating for SqlServerConnectionString => UseSqlServer change

This commit is contained in:
ajcvickers 2014-05-07 10:27:51 -07:00
parent 99e86d2aa1
commit 078ba45477
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace Microsoft.AspNet.Identity.Entity
protected override void OnConfiguring(DbContextOptions builder)
{
//#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
builder.UseInMemoryStore();
//#endif