From 577705e3c2ba2b1beea9be9ffe56d03bd9382e3d Mon Sep 17 00:00:00 2001 From: chsakell Date: Sun, 16 Oct 2016 10:02:45 +0300 Subject: [PATCH] fix launch dll reference --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,