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.
1 parent 9cbd851 commit 9dc9ed4Copy full SHA for 9dc9ed4
.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/Web/bin/Debug/net9.0/Web.dll",
+ "program": "${workspaceFolder}/src/Web/bin/Debug/net10.0/Web.dll",
14
"args": [],
15
"cwd": "${workspaceFolder}/src/Web",
16
"stopAtEntry": false,
0 commit comments