-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix OS support according to current EOL information #9547
Conversation
@dalexsoto for the Apple related version changes... |
/cc @matouskozak @ivanpovazan as FYI |
Thanks! In general, LGTM. Questions for the team:
|
Hello! .NET 6 is no longer supported for mobile as it follows this support policy https://dotnet.microsoft.com/en-us/platform/support/policy/maui |
Good point, I will then revert the changes to Apple (besides macOS) and Android for .NET 6 and only remove the faulty iPadOS 12 entry there. |
@Falco20019 -- We need to unsupport all Android and iOS versions for .NET 6. The rest looks good. Thanks! |
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see actions/runner-images#10721 In dotnet/runtime I think we already moved to |
I unsupported .NET 6 MAUI and manually adjusted the |
Should macOS 12 be considered a previously supported OS for .NET 9, given that .NET 9 RC1 was supported from 2024-09-10 to 2024-10-08, but macOS 12 reached its end-of-life on 2024-09-16? |
Either option works for me. I think that less than a month of support doesn't require us to do anything special. It's more academic than anything. |
Thanks for the changes. |
In my opinion, we don't need to add those supported before release to not clutter the JSON and MD files with Out of Support notes already on release. Personally, I would not even add them in the first place during previews and RCs, but that's also fine either way and might otherwise only confuse people during previews. |
Relates to:
Also had a look at:
The following things have changed:
Open points:
/CC @richlander
Maybe tag with the
os-support