diff --git a/.vscode/launch.json b/.vscode/launch.json index aeb8ac6..5845067 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "buildConsoleTest", - "program": "${workspaceFolder}/ConsoleTest/bin/Debug/net6.0/ConsoleTest.dll", + "program": "${workspaceFolder}/ConsoleTest/bin/Debug/net7.0/ConsoleTest.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false,