From 45c422367ff55866bff4fb56ed7ca939c31ff859 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Wed, 9 Aug 2017 15:43:42 -0700 Subject: [PATCH] Add 1.0 os version support doc --- release-notes/1.0/1.0-supported-os.md | 39 +++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/release-notes/1.0/1.0-supported-os.md b/release-notes/1.0/1.0-supported-os.md index 5820de1ee9..45f3ab7a5b 100644 --- a/release-notes/1.0/1.0-supported-os.md +++ b/release-notes/1.0/1.0-supported-os.md @@ -2,8 +2,43 @@ The tables below provide OS version information supported by .NET Core 1.x. -* Bold numbers indicate additions to this release. * A '+' indicates the minimum supported version. * Where possible, links to Distribution-owned lifecycle documentation is provided. -[PLACEHOLDER DOC - DETAILS COMING] \ No newline at end of file +## Windows + +OS | Version | Architectures| Notes +------------------------------|--------------------------------|--------------|----- +Windows Client | 7 SP1 - 10 | x64, x86 | +Windows Server | 2008 R2 SP1 - 2016* | x64, x86 | + +\* Supported by latest patch release of .NET Core 1.1 + +## macOS + +OS | Version | Architectures| Notes +------------------------------|--------------------------------|--------------|----- +Mac OS X | 10.11, 10.12* | x64 | [Apple Support Sitemap](https://support.apple.com/sitemap) + +\* Supported by latest patch release of .NET Core 1.0 + +## Linux + +OS | Version | Architectures| Notes +------------------------------|--------------------------------|--------------|----- +Red Hat Enterprise Linux
CentOS
Oracle Linux | 7 | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/)
[CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d)
[Oracle Linux lifecycle](http://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf) +Fedora | 24 | x64 | [Fedora lifecycle](https://fedoraproject.org/wiki/End_of_life) +Debian | 8.2+ | x64 | [Debian lifecycle](https://wiki.debian.org/DebianReleases) +Ubuntu
Linux Mint | 14.04, 16.04, 16.10*
17 | x64 | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases)
[Linux Mint end of life announcements](https://forums.linuxmint.com/search.php?keywords=%22end+of+life%22&terms=all&author=&sc=1&sf=titleonly&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search) +openSUSE | 42.1 (1.1) | x64 | [OpenSUSE lifecycle](https://en.opensuse.org/Lifetime) + +\* Supported by the latest patch release of .NET Core 1.1 + +## Out of support OS versions + +Support for the following versions was ended by the distribution owners and are [not supported by .NET Core 1.x](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md). + +OS | Version | Architectures | End of Life +------------------------------|-------------------------------|----------------|----- +Fedora | 23 | x64 | [December 20, 2016](https://lists.fedoraproject.org/archives/list/announce@lists.fedoraproject.org/thread/OHFCBTYXAO6NBH5BZZI3VIMIIL2ODFP5/) +openSUSE | 13.2 | x64 | [January 18, 2017](https://lists.opensuse.org/opensuse-security-announce/2017-01/msg00033.html) \ No newline at end of file