chore: fix launch.json so path for debug reflects using .NET 10

This commit is contained in:
Stevan Freeborn
2025-11-22 07:21:10 -06:00
parent ed0ed72fe1
commit 2052846884
+1 -1
View File
@@ -22,7 +22,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build_blog",
"program": "${workspaceFolder}/src/Blog/bin/Debug/net8.0/Blog.dll",
"program": "${workspaceFolder}/src/Blog/bin/Debug/net10.0/Blog.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Blog",
"stopAtEntry": false,