diff --git a/.vscode/launch.json b/.vscode/launch.json index f1d0eb6d..1c7c353f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,12 +10,13 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/MPF.Check/bin/Debug/net6.0/MPF.Check.dll", + "program": "${workspaceFolder}/MPF.Check/bin/Debug/net8.0/MPF.Check.dll", "args": [], "cwd": "${workspaceFolder}/MPF.Check", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console "console": "internalConsole", - "stopAtEntry": false + "stopAtEntry": false, + "justMyCode": false }, { "name": ".NET Core Attach",