From 97e1644b888e1aab43bd6784b83c11aaf7ee5c48 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 21 Feb 2019 21:56:07 +0000 Subject: Dll was not set to new project output --- Main/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Main/.vscode') diff --git a/Main/.vscode/launch.json b/Main/.vscode/launch.json index 7a4e712..e13f40c 100644 --- a/Main/.vscode/launch.json +++ b/Main/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/Server.dll", + "program": "${workspaceFolder}/bin/Debug/netcoreapp2.1/Main.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, -- cgit v1.2.3-13-gbd6f