VS Launch: Change ConsoleTest run to .NET 7

This commit is contained in:
Kenneth Bruen 2023-03-02 23:06:52 +01:00
parent 1abb5155e3
commit d4ad04b0f3
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

2
.vscode/launch.json vendored
View file

@ -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,