From 2fd4a8a9b16b6ad47b485c0af7a09dca33e14829 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 4 Dec 2022 00:41:56 -0800 Subject: [PATCH] Fix launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c01089cb..0537e888 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/netcoreapp3.1/Test.dll", + "program": "${workspaceFolder}/Test/bin/Debug/net6.0/Test.dll", "args": [], "cwd": "${workspaceFolder}/Test", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console