From d4ad04b0f39e31f7e6a5d8b7f96f17f183d64331 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Thu, 2 Mar 2023 23:06:52 +0100 Subject: [PATCH] VS Launch: Change ConsoleTest run to .NET 7 --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index aeb8ac6..5845067 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "buildConsoleTest", - "program": "${workspaceFolder}/ConsoleTest/bin/Debug/net6.0/ConsoleTest.dll", + "program": "${workspaceFolder}/ConsoleTest/bin/Debug/net7.0/ConsoleTest.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false,