Fix project paths

This commit is contained in:
Noi 2024-05-09 23:08:31 -07:00
parent 5f62ed596b
commit 095cf95308

4
.vscode/launch.json vendored
View file

@ -10,8 +10,8 @@
"request": "launch", "request": "launch",
"preLaunchTask": "build", "preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path. // If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/bin/Debug/net6.0/WorldTime.dll", "program": "${workspaceFolder}/bin/Debug/net8.0/WorldTime.dll",
"args": [ "-c", "${workspaceFolder}/bin/Debug/net6.0/settings.json" ], "args": [ "-c", "${workspaceFolder}/bin/Debug/settings.json" ],
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole", "console": "internalConsole",