From c37da94c86f3d9a9c3be2cfa90cbe56baf5294fb Mon Sep 17 00:00:00 2001 From: John Garland Date: Wed, 9 Aug 2017 20:27:03 -0400 Subject: [PATCH] Specifically include Windows 8 supported version(s) The way the original is written, it looks like only Windows 7SP1+ and Windows 10 are supported, and Windows 8.x might no longer supported. Especially as compared to the .NET Core 1.x document, which lists "Windows Client, 7 SP1 - 10". Added a specific mention of 8.1+, per the linked Windows lifecycle document. (Note - if Windows 8.x is no longer supported, then it should be specifically added to the "Out of support OS versions" section at the bottom.) --- release-notes/2.0/2.0-supported-os.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes/2.0/2.0-supported-os.md b/release-notes/2.0/2.0-supported-os.md index 73cf2461..2ac15cb4 100644 --- a/release-notes/2.0/2.0-supported-os.md +++ b/release-notes/2.0/2.0-supported-os.md @@ -10,7 +10,7 @@ The tables below provide OS version information supported by .NET Core 2.0. OS | Version | Architectures | Notes ------------------------------|-------------------------------|----------------|----- -Windows Client | 7 SP1+ | x64, x86 | +Windows Client | 7 SP1+, 8.1+ | x64, x86 | Windows 10 Client | Version 1607+ | x64, x86 | Windows Server | 2008 R2 SP1+ | x64, x86 | @@ -41,4 +41,4 @@ OS | Version | Architectures | ------------------------------|-------------------------------|----------------|----- Fedora | 24 | x64 | [August 2017](https://fedoramagazine.org/fedora-24-eol/) Ubuntu | 16.10 | x64 | [July 2017](https://lists.ubuntu.com/archives/ubuntu-announce/2017-July/000223.html) -openSUSE | 42.1 | x64 | [May 2017](https://lists.opensuse.org/opensuse-security-announce/2017-05/msg00053.html) \ No newline at end of file +openSUSE | 42.1 | x64 | [May 2017](https://lists.opensuse.org/opensuse-security-announce/2017-05/msg00053.html)