Skip to content
Prev Previous commit
Next Next commit
Fix web profile
Fix the web profile not launching Kestrel correctly.
  • Loading branch information
martincostello committed May 12, 2019
commit 050266d203b83ebb0ed665ed3237a21fe4ad297d
6 changes: 4 additions & 2 deletions samples/Mvc.Client/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
}
},
"web": {
"commandName": "web",
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
}