From a171671fe515406cc7e7c900e3fb7dc063a8f21a Mon Sep 17 00:00:00 2001 From: Arvin <17693119+vindard@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:07:34 -0400 Subject: [PATCH] Update .NET 8.0 in vscode launch.json (#5805) --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 522f5e845..bad7b9db3 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}/BTCPayServer/bin/Debug/net6.0/BTCPayServer.dll", + "program": "${workspaceFolder}/BTCPayServer/bin/Debug/net8.0/BTCPayServer.dll", "args": [], "cwd": "${workspaceFolder}/BTCPayServer", "stopAtEntry": false,