Browse Source

VS Launch: Change ConsoleTest run to .NET 7

master
Kenneth Bruen 2 years ago
parent
commit
d4ad04b0f3
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 2
      .vscode/launch.json

2
.vscode/launch.json vendored

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

Loading…
Cancel
Save