Skip to content

Commit f0420ad

Browse files
committed
Update local DB connection string
1 parent 8136c91 commit f0420ad

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//#if (UseLocalDB)
55
// "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-BlazorWebCSharp__1-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true"
66
//#else
7-
// "DefaultConnection": "DataSource=Data\\app.db;Cache=Shared"
7+
// "DefaultConnection": "DataSource=Data/app.db;Cache=Shared"
88
//#endif
99
// },
1010
////#endif

0 commit comments

Comments
 (0)