We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc08a7a commit 49da06bCopy full SHA for 49da06b
.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}/src/Test.CSharp/bin/Debug/net6.0/Test.CSharp.dll",
+ "program": "${workspaceFolder}/src/Test.CSharp/bin/Debug/net8.0/Test.CSharp.dll",
14
"args": [],
15
"cwd": "${workspaceFolder}/src/Test.CSharp",
16
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
0 commit comments