Add .NET 9 to target frameworks

This commit is contained in:
Matt Nadareski
2024-11-13 03:55:33 -05:00
parent a4da7f3657
commit 0125bd6619
27 changed files with 256 additions and 375 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/SabreTools/bin/Debug/net8.0/SabreTools.dll",
"program": "${workspaceFolder}/SabreTools/bin/Debug/net9.0/SabreTools.dll",
"args": [],
"cwd": "${workspaceFolder}/SabreTools",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console