From ffeb211e54047ae33a1917d920474e8d3ceee1b0 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Sun, 9 Dec 2018 18:11:06 -0800 Subject: [PATCH] Fix vscode launch task --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}