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",
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user