Skip to content

Commit

Permalink
Merge pull request dotnet#797 from leecow/master
Browse files Browse the repository at this point in the history
Add 1.0 os version support doc
  • Loading branch information
leecow authored Aug 9, 2017
2 parents 77e918c + 45c4223 commit df79ff2
Showing 1 changed file with 37 additions and 2 deletions.
39 changes: 37 additions & 2 deletions release-notes/1.0/1.0-supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## 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 <br> CentOS <br> Oracle Linux | 7 | x64 | [Red Hat support policy](https://access.redhat.com/support/policy/updates/errata/) <br> [CentOS lifecycle](https://wiki.centos.org/FAQ/General#head-fe8a0be91ee3e7dea812e8694491e1dde5b75e6d) <br> [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 <br> Linux Mint | 14.04, 16.04, 16.10* <br> 17 | x64 | [Ubuntu lifecycle](https://wiki.ubuntu.com/Releases) <br> [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/[email protected]/thread/OHFCBTYXAO6NBH5BZZI3VIMIIL2ODFP5/)
openSUSE | 13.2 | x64 | [January 18, 2017](https://lists.opensuse.org/opensuse-security-announce/2017-01/msg00033.html)

0 comments on commit df79ff2

Please sign in to comment.