Fix VSCode launch.json

This commit is contained in:
Matt Nadareski
2023-01-19 18:04:30 -08:00
parent ea21e994e7
commit cba8a01ece

2
.vscode/launch.json vendored
View File

@@ -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