fix launch dll reference

This commit is contained in:
chsakell
2016-10-16 10:02:45 +03:00
parent 438770caca
commit 577705e3c2

2
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/LiveGameFeed.dll",
"program": "${workspaceRoot}/bin/Debug/netcoreapp1.0/aspnet-core-signalr-angular.dll",
"args": [],
"cwd": "${workspaceRoot}",
"stopAtEntry": false,