Update .NET 8.0 in vscode launch.json (#5805)

This commit is contained in:
Arvin
2024-03-01 17:07:34 -04:00
committed by GitHub
parent 9160a1d71e
commit a171671fe5

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"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}/BTCPayServer/bin/Debug/net6.0/BTCPayServer.dll", "program": "${workspaceFolder}/BTCPayServer/bin/Debug/net8.0/BTCPayServer.dll",
"args": [], "args": [],
"cwd": "${workspaceFolder}/BTCPayServer", "cwd": "${workspaceFolder}/BTCPayServer",
"stopAtEntry": false, "stopAtEntry": false,