Update net6 refs to net9
This commit is contained in:
parent
0912f690cc
commit
91c578815c
13 changed files with 25 additions and 25 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
|
@ -9,12 +9,12 @@
|
|||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net6.0/TShock.Run.dll",
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.Run.dll",
|
||||
"windows": {
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net6.0/TShock.dll",
|
||||
"program": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/TShock.dll",
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/TShockLauncher/bin/Debug/net6.0/",
|
||||
"cwd": "${workspaceFolder}/TShockLauncher/bin/Debug/net9.0/",
|
||||
"console": "integratedTerminal",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue