Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update supported-os.md #8386
Update supported-os.md #8386
Changes from all commits
92dc05f
c072dd1
d6b870e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really 8+ as well? Oracle Linux 7 is only EOL in July 2024. So I would expect it to be supported on .NET 6 and 7.
https://learn.microsoft.com/en-us/dotnet/core/install/linux is sadly missing a page for Oracle Linux, so I can't check that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a scenario where Red Hat's support and Microsoft's support differ. AFAIK, Microsoft supports .NET 7 on RHEL 7 and later. Red Hat supports .NET 7 on RHEL 8 and later only. Not sure which one this table is supposed to reflect, but "8+" is the intersection of those policies :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to https://learn.microsoft.com/en-us/dotnet/core/install/linux-rhel#supported-distributions RHEL 7 is only supported in .NET 6, not in .NET 7. I would therefore go with the table from there. So I don't think there's a difference in what Microsoft supports and what RHEL supports here.
.NET 6: RHEL 7+
.NET 7: RHEL 8+
Since RHEL 7 is EOL in 2026 (way after .NET 6 is EOL), it will stay 7+ until .NET 6 is gone and the 6.0 document will not be adjusted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an aggregation of the supported distributions together with their next upcoming EOLs that we maintain internally, based on the Microsoft Learn pages and the according
supported-os
pages.Darker red means there was a change between .NET 6 and .NET 7 support, blue means EOL but according to the documentation still supported (with tickets on os-support existing).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not fully related but just out of curiosity:
12 SP2+
in this case really only means12 SP2+
&15
.Here are the support times for SLES:
So I would expect the following as of now:
12 SP4+, 15 SP1+
(if supporting only non-EOL) or12 SP2+, 15+
(if supporting any after release of the .NET version).https://learn.microsoft.com/en-us/dotnet/core/install/linux-sles is currently listing 12 SP2 and 15.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also try to reflect changes for version that haven't been only included by fault in the
Out of support OS versions
section. So for .NET 6 and .NET 7 this would include SLES 12 SP2, SLES 12 SP3 and SLES 15 (unpatched).