From edffa3c7cca9bd0f78ded7edc018b7bc73a7a325 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 25 Mar 2024 22:32:29 -0400 Subject: [PATCH] Default to using `net8.0` target for launch --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0c6485ae..edff32d3 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}/Test/bin/Debug/net6.0/Test.dll", + "program": "${workspaceFolder}/Test/bin/Debug/net8.0/Test.dll", "args": [], "cwd": "${workspaceFolder}/Test", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console