Skip to content

Commit 242b1ab

Browse files
committed
fix on launch.json
Error: launch: program 'SOME_PATH\aspnetcore-angular2-universal\bin\Debug\netcoreapp1.0\aspnetcore-angular2-starter.dll' does not exist: right path for this build is: 'SOME_PATH\aspnetcore-angular2-universal\bin\Debug\netcoreapp1.0\aspnetcore-angular2-universal.dll'
1 parent ab75ac9 commit 242b1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
9-
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/aspnetcore-angular2-starter.dll",
9+
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/aspnetcore-angular2-universal.dll",
1010
"args": [],
1111
"cwd": "${workspaceRoot}",
1212
"stopAtEntry": false,

0 commit comments

Comments
 (0)