diff options
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, |