Skip to content

Commit

Permalink
Fix dotnetRunMessages on launchSettings.json value to be a boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
feliperomero3 committed Nov 5, 2023
1 parent 1fce5e1 commit 3f6f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": "true",
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
Expand Down

0 comments on commit 3f6f59c

Please sign in to comment.