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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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