-
Notifications
You must be signed in to change notification settings - Fork 29
Migrated to .NET 8.0 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
By looking at the changes, it looks like there's not only .Net 8 migration. Can you please list every significant/breaking change in the PR's description? |
|
Sorry for missing this earlier, I was busy. I accidentally pushed a commit that included more than just the migration, but I’ve reverted that. Right now the main changes are updating all the .csproj files to target net8.0, adding a static Encoding.RegisterProvider call in CriTableReader so CSBuilder can play .csb files correctly, and adjusting the AssemblyInfo files so everything compiles properly. |
Turned it into .NET 8.0 for all projects (except for SonicAudioLibCMD) for a potential future UI rewrite soon.
All binaries will be Compiled in a "Compiled" Folder in SolutionDir.