forked from mirror/DotRecast
support .net 8 in vscode
This commit is contained in:
parent
cbd4aeaab3
commit
2f6c3335d8
|
@ -9,7 +9,7 @@
|
|||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"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": [],
|
||||
"cwd": "${workspaceFolder}/src/DotRecast.Recast.Demo",
|
||||
"console": "internalConsole",
|
||||
|
|
Loading…
Reference in New Issue