Skip to content

Commit 018d7ef

Browse files
authored
Add hotReloadProfile to Razor Pages template (#31197)
1 parent dda8967 commit 018d7ef

File tree

1 file changed

+1
-0
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"commandName": "Project",
2222
"dotnetRunMessages": "true",
2323
"launchBrowser": true,
24+
"hotReloadProfile": "aspnetcore",
2425
//#if(RequiresHttps)
2526
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2627
//#else

0 commit comments

Comments
 (0)