Skip to content

Commit de013d4

Browse files
authored
Update launchSettings to indicate hotReload is to be used (#31060)
1 parent ebbe22f commit de013d4

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/Properties/launchSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"commandName": "Project",
2929
"dotnetRunMessages": "true",
3030
"launchBrowser": true,
31+
"hotReloadProfile": "aspnetcore",
3132
//#if(RequiresHttps)
3233
"applicationUrl": "https://localhost:5001;http://localhost:5000",
3334
//#else

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/Properties/launchSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"commandName": "Project",
3030
"dotnetRunMessages": "true",
3131
"launchBrowser": true,
32+
"hotReloadProfile": "blazorwasm",
3233
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
3334
//#if(RequiresHttps)
3435
"applicationUrl": "https://localhost:5001;http://localhost:5000",

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"commandName": "Project",
2929
"dotnetRunMessages": "true",
3030
"launchBrowser": true,
31+
"hotReloadProfile": "aspnetcore",
3132
//#if(NoHttps)
3233
"applicationUrl": "http://localhost:5000",
3334
//#else

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"commandName": "Project",
3434
"dotnetRunMessages": "true",
3535
"launchBrowser": true,
36+
"hotReloadProfile": "aspnetcore",
3637
//#if(RequiresHttps)
3738
"applicationUrl": "https://localhost:5001;http://localhost:5000",
3839
//#else

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"commandName": "Project",
3535
"dotnetRunMessages": "true",
3636
"launchBrowser": true,
37+
"hotReloadProfile": "aspnetcore",
3738
//#if(EnableOpenAPI)
3839
"launchUrl": "swagger",
3940
//#else

0 commit comments

Comments
 (0)