diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 21:56:07 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-21 21:56:07 +0000 |
commit | 97e1644b888e1aab43bd6784b83c11aaf7ee5c48 (patch) | |
tree | 7bdb8744cae2f9f470da726243c9e3ba16eef1da /Main | |
parent | bf0336c76e0147d824daefca2b2bcc49bf60e79a (diff) | |
download | newsaggregator-97e1644b888e1aab43bd6784b83c11aaf7ee5c48.tar.gz newsaggregator-97e1644b888e1aab43bd6784b83c11aaf7ee5c48.tar.bz2 newsaggregator-97e1644b888e1aab43bd6784b83c11aaf7ee5c48.zip |
Dll was not set to new project output
Diffstat (limited to 'Main')
-rw-r--r-- | Main/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
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, |