diff options
-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 e13f40c..d21db4d 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/Main.dll", + "program": "${workspaceFolder}/bin/Debug/netcoreapp2.2/Main.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, |