diff --git a/.vscode/launch.json b/.vscode/launch.json index b3e79eed..19fd696e 100644 --- a/.vscode/launch.json +++ b/.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}/src/BaGet/bin/Debug/netcoreapp2.1/BaGet.dll", + "program": "${workspaceFolder}/src/BaGet/bin/Debug/netcoreapp2.2/BaGet.dll", "args": [], "cwd": "${workspaceFolder}/src/BaGet", "stopAtEntry": false, @@ -43,4 +43,4 @@ "processId": "${command:pickProcess}" } ] -} \ No newline at end of file +}