diff --git a/.vscode/launch.json b/.vscode/launch.json index 8fb6776..8906797 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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,