support .net 8 in vscode

This commit is contained in:
ikpil 2023-11-16 23:25:55 +09:00
parent cbd4aeaab3
commit 2f6c3335d8
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -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",