From 078ba4547701d9366145e3207fcfa34d69f33637 Mon Sep 17 00:00:00 2001 From: ajcvickers Date: Wed, 7 May 2014 10:27:51 -0700 Subject: [PATCH] Updating for SqlServerConnectionString => UseSqlServer change --- src/Microsoft.AspNet.Identity.Entity/IdentityContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Identity.Entity/IdentityContext.cs b/src/Microsoft.AspNet.Identity.Entity/IdentityContext.cs index a9d84b81b3..0fbd3fc1ac 100644 --- a/src/Microsoft.AspNet.Identity.Entity/IdentityContext.cs +++ b/src/Microsoft.AspNet.Identity.Entity/IdentityContext.cs @@ -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