diff --git a/.vscode/launch.json b/.vscode/launch.json index 139470f4..fac60d76 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}/SabreTools/bin/Debug/netcoreapp3.1/SabreTools.dll", + "program": "${workspaceFolder}/SabreTools/bin/Debug/net6.0/SabreTools.dll", "args": [], "cwd": "${workspaceFolder}/SabreTools", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console