chore: fix launch.json so path for debug reflects using .NET 10
This commit is contained in:
Vendored
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
"type": "coreclr",
|
"type": "coreclr",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build_blog",
|
"preLaunchTask": "build_blog",
|
||||||
"program": "${workspaceFolder}/src/Blog/bin/Debug/net8.0/Blog.dll",
|
"program": "${workspaceFolder}/src/Blog/bin/Debug/net10.0/Blog.dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}/src/Blog",
|
"cwd": "${workspaceFolder}/src/Blog",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user