-
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
Adding .NET 6 & 7 to #9294 #9366
Conversation
"link": "https://fedoraproject.org/", | ||
"lifecycle": "https://fedoraproject.org/wiki/End_of_life", | ||
"architectures": [ | ||
"Arm32", |
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.
Fedora-built .NET packages are not available for arm32 on Fedora. Though Microsoft-built are: https://dotnet.microsoft.com/en-us/download/dotnet/6.0
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.
@omajid Is that also true for .NET 8 & 9? If yes, we should attach a note about that on all files.
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.
Yes, it is.
(Though, Fedora doesn't have packages for .NET 9 yet, but they will follow the same limitation).
Fedora-built .NET packages are also available for s390x and ppc64le, but not the Microsoft-built ones.
I believe recent versions of Ubuntu (noble and later?) also provide .NET 8 for s390x. https://packages.ubuntu.com/search?arch=s390x&searchon=names&keywords=dotnet. I assume the same will be true for .NET 9 if/when that's packaged in Ubuntu.
LGTM. Thanks! |
* Add initial JSON file * Update supported-os.json * Removed most wildcards * Switch Windows version types * Update per feedback * Update schema and remove some entries * Update schema * Update versions flagged by tool * Update Windows versions * Update Windows versions * Add various OSes back * Add cycle to Windows * Add notes * Update schema * Change libc schema * Update architecture order * Update Arm casing * Update architecture ordering * Update Arm casing * Include overall notes section * Add notes about minimum target versions * Update cycles -> versions * Add additional Windows version * Add .NET 8 version * Update Windows supported versions * Add RHEL note * Correct Ubuntu versions * Add generated MD files * Update per feedback * Update per feedback * Adding .NET 6 & 7 to #9294 (#9366) * Minor fixes * .NET 6 & 7 supported-os files * Generate MD files * Update release-index and add RHEL architectures * Move release-index updates to separate PR * Update generated markdown * Regenerate .NET 7 JSON and Markdown files (#9368) * Re-add active versions to supported-versions on .NET 7 * Reformat EoL information * Prettify Windows names * Fix naming of prettify * Regenerate MD * Fix formattting --------- Co-authored-by: Benjamin Krämer <[email protected]>
Will merge into #9294
I just don't have write permissions on
dotnet/core
:)