From 61e9f0bf63278799257711913bdb3ed1643939de Mon Sep 17 00:00:00 2001 From: b3b00 Date: Sun, 4 Jul 2021 17:54:30 +0200 Subject: [PATCH] vs code debugging --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 28b2a3a7..22c19760 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": "${workspaceRoot}/samples/ParserExample/bin/Debug/netcoreapp2.0/ParserExample.dll", + "program": "${workspaceRoot}/samples/ParserExample/bin/Debug/netcoreapp3.1/ParserExample.dll", "args": [], "cwd": "${workspaceRoot}/samples/ParserExample", // For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window