Skip to content

Commit ed2afbd

Browse files
committed
Setup debugging in appsettings.json
1 parent 7183e5b commit ed2afbd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ProjectTemplates/BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/Server/Properties/launchSettings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"commandName": "IISExpress",
1818
"launchBrowser": true,
1919
"environmentVariables": {
20-
"ASPNETCORE_ENVIRONMENT": "Development",
21-
"ASPNETCORE_USEWEBASSEMBLYDEBUGGING": true
20+
"ASPNETCORE_ENVIRONMENT": "Development"
2221
}
2322
},
2423
"BlazorWasm-CSharp.Server": {
@@ -30,8 +29,7 @@
3029
"applicationUrl": "http://localhost:5000",
3130
//#endif
3231
"environmentVariables": {
33-
"ASPNETCORE_ENVIRONMENT": "Development",
34-
"ASPNETCORE_USEWEBASSEMBLYDEBUGGING": true
32+
"ASPNETCORE_ENVIRONMENT": "Development"
3533
}
3634
}
3735
}

src/ProjectTemplates/BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/Server/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"useWebAssemblyDebugging": true,
23
////#if (IndividualLocalAuth)
34
// "ConnectionStrings": {
45
////#if (UseLocalDB)

0 commit comments

Comments
 (0)