Skip to content

Commit 9dc9ed4

Browse files
CopilotKyleMcMaster
andcommitted
Update VS Code launch.json to use net10.0 path
Co-authored-by: KyleMcMaster <[email protected]>
1 parent 9cbd851 commit 9dc9ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"request": "launch",
1111
"preLaunchTask": "build",
1212
// If you have changed target frameworks, make sure to update the program path.
13-
"program": "${workspaceFolder}/src/Web/bin/Debug/net9.0/Web.dll",
13+
"program": "${workspaceFolder}/src/Web/bin/Debug/net10.0/Web.dll",
1414
"args": [],
1515
"cwd": "${workspaceFolder}/src/Web",
1616
"stopAtEntry": false,

0 commit comments

Comments
 (0)