forked from bit/DotRecastNetSim
support .net 8 in vscode
This commit is contained in:
parent
cbd4aeaab3
commit
2f6c3335d8
|
@ -9,7 +9,7 @@
|
||||||
"type": "coreclr",
|
"type": "coreclr",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
"program": "${workspaceFolder}/src/DotRecast.Recast.Demo/bin/Debug/net7.0/DotRecast.Recast.Demo.dll",
|
"program": "${workspaceFolder}/src/DotRecast.Recast.Demo/bin/Debug/net8.0/DotRecast.Recast.Demo.dll",
|
||||||
"args": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}/src/DotRecast.Recast.Demo",
|
"cwd": "${workspaceFolder}/src/DotRecast.Recast.Demo",
|
||||||
"console": "internalConsole",
|
"console": "internalConsole",
|
||||||
|
|
Loading…
Reference in New Issue