Skip to content

Commit 331ab47

Browse files
author
Wes Grimes
committed
Upgrading to Angular 7 and ASP.Net Core 2.2
1 parent 68f3a8a commit 331ab47

File tree

6 files changed

+5052
-3655
lines changed

6 files changed

+5052
-3655
lines changed

.vscode/launch.json

+1-15
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,11 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.0/dotnet-app.dll",
13+
"program": "${workspaceFolder}/bin/Debug/netcoreapp2.2/dotnet-app.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}",
1616
"stopAtEntry": false,
1717
"internalConsoleOptions": "openOnSessionStart",
18-
"launchBrowser": {
19-
"enabled": true,
20-
"args": "${auto-detect-url}",
21-
"windows": {
22-
"command": "cmd.exe",
23-
"args": "/C start ${auto-detect-url}"
24-
},
25-
"osx": {
26-
"command": "open"
27-
},
28-
"linux": {
29-
"command": "xdg-open"
30-
}
31-
},
3218
"env": {
3319
"ASPNETCORE_ENVIRONMENT": "Development"
3420
},

0 commit comments

Comments
 (0)