We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
net8.0
1 parent a66d62b commit edffa3cCopy full SHA for edffa3c
.vscode/launch.json
@@ -10,7 +10,7 @@
10
"request": "launch",
11
"preLaunchTask": "build",
12
// If you have changed target frameworks, make sure to update the program path.
13
- "program": "${workspaceFolder}/Test/bin/Debug/net6.0/Test.dll",
+ "program": "${workspaceFolder}/Test/bin/Debug/net8.0/Test.dll",
14
"args": [],
15
"cwd": "${workspaceFolder}/Test",
16
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
0 commit comments