Merge pull request #4891 from dotnet/lbc-plat-matrix

Add changes from 3.1 section
This commit is contained in:
Lee Coward 2020-07-02 11:53:53 -07:00 committed by GitHub
commit 63b1cc3beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,14 @@ Microsoft supports .NET 5 with multiple operating systems, according to official
[Microsoft Support for .NET](https://github.com/dotnet/core/blob/master/microsoft-support.md) describes support for various .NET versions.
## Support changes from .NET Core 3.1
The supported platform matrix for .NET was established in .NET Core 1.0 and has been mostly unchanged. With the introduction of .NET 5, we're taking the opportunity to apply a data-driven approach to which platform are considered for support.
Practically, there are a limited number of platforms on which .NET can be defined as "supported". In this instance, "supported" means that Microsoft performs a sufficient level of testing on the listed platform to honestly attest that .NET will function within known parameters. The decision to offer .NET support on a platform rests on a few data points among which are, demonstrable community usage at a level that warrants specific testing and, sufficient agreement between the .NET lifecycle policy and the platform enabling support timelines and releases that make sense.
Based on the above criteria, Windows ARM32 and Oracle Linux will be removed from the list of supported OS platforms for .NET 5.
## Windows
OS | Version | Architectures | Lifecycle
@ -25,7 +33,7 @@ OS | Version | Architectures
OS | Version | Architectures | Lifecycle
--------------------------------------|-----------------------|-------------------|----------
[Alpine Linux][Alpine] | 3.12+ | x64, ARM64 | [Alpine][Alpine-lifecycle]
[Alpine Linux][Alpine] | 3.11+ | x64, ARM64 | [Alpine][Alpine-lifecycle]
[CentOS][CentOS] | 7+ | x64 | [CentOS][CentOS-lifecycle]
[Debian][Debian] | 9+ | x64, ARM32, ARM64 | [Debian][Debian-lifecycle]
[Fedora][Fedora] | 30+ | x64 | [Fedora][Fedora-lifecycle]