Skip to content

Commit

Permalink
Modified launchSettings.json to not launch the browser (Program.cs ta…
Browse files Browse the repository at this point in the history
…kes care of that).
  • Loading branch information
GlitchedPolygons committed Aug 13, 2019
1 parent 88b1f80 commit 7a59d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"profiles": {
"CrossPlatformGUI": {
"commandName": "Project",
"launchBrowser": true,
"launchBrowser": false,
"applicationUrl": "https://127.0.0.1:19962;",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
}

0 comments on commit 7a59d85

Please sign in to comment.