-
Notifications
You must be signed in to change notification settings - Fork 425
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
Upgrade to .NET 8 and C# 12 #6169
Conversation
I've fixed some android inspections in #6171. What remains is the obsoleted APIs in But the
|
Android seems to launch fine, at least whatever's runnable framework-side (visual tests & sample game). |
Copy the ci.yml in the osu-framework. see: ppy/osu-framework#6169
Don't merge this yet. osu! may be updated to .NET 8 before osu!framework.
Upgrading to C# 12 is required because we use a few constructs that are no longer supported by newer SDKs on older C# versions.
I've tested this on iOS but not Android.