From 9a9e3334655b96ae9ba205566df9c03855e63774 Mon Sep 17 00:00:00 2001 From: Peter Marcu Date: Thu, 23 Mar 2017 10:51:07 -0700 Subject: [PATCH 1/3] Add 2.0 proposed OS version support --- roadmap.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/roadmap.md b/roadmap.md index 5ced9eadab6..d7368ce85d8 100644 --- a/roadmap.md +++ b/roadmap.md @@ -99,6 +99,20 @@ Architecture: - [.NET Standard](https://github.com/dotnet/standard) - [.NET Core Tools/CLI](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/index) +Version 2.0 minumum OS Support (Proposed): + +OS |Version |Architectures|Configurations|Notes +------------------------------|-------------------------------|-------------|--------------|----- +Windows Client | 7 SP1 - 10 | x64, x86 | | +Windows Server | 2008 R2 SP1 - 2016 | x64, x86 | Full, Server Core, Nano | +Red Hat Enterprise Linux | 7.2 | x64 | | This includes Centos and Oracle Linux +Fedora | 25 | x64 | | +Debian | 8.2 | x64 | | +Ubuntu | 14.04, 16.04 | x64 | | This includes Linux Mint 17, 18 +openSUSE | 42.2 | x64 | | +Tizen | TBD | x64, arm32 | | +Mac OS X | 10.12 | x64 | | + Version 1.0 OS Support: OS |Version |Architectures|Configurations|Notes From 4673b3ef20629a42d8ea981cfbdbb560c04acf99 Mon Sep 17 00:00:00 2001 From: Peter Marcu Date: Thu, 23 Mar 2017 10:55:24 -0700 Subject: [PATCH 2/3] Fixing Typo --- roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap.md b/roadmap.md index d7368ce85d8..a85bacdef73 100644 --- a/roadmap.md +++ b/roadmap.md @@ -99,7 +99,7 @@ Architecture: - [.NET Standard](https://github.com/dotnet/standard) - [.NET Core Tools/CLI](https://docs.microsoft.com/en-us/dotnet/articles/core/tools/index) -Version 2.0 minumum OS Support (Proposed): +Version 2.0 minimum OS Support (Proposed): OS |Version |Architectures|Configurations|Notes ------------------------------|-------------------------------|-------------|--------------|----- From f476be78a987ab2266656eaf8d72e64e5abcb738 Mon Sep 17 00:00:00 2001 From: Peter Marcu Date: Fri, 24 Mar 2017 23:02:57 -0700 Subject: [PATCH 3/3] Updating based on feedback Updated Tizen and made everything in the list "minimum version" --- roadmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/roadmap.md b/roadmap.md index a85bacdef73..48c10a3a4d4 100644 --- a/roadmap.md +++ b/roadmap.md @@ -108,11 +108,13 @@ Windows Server | 2008 R2 SP1 - 2016 | x64, x86 | Fu Red Hat Enterprise Linux | 7.2 | x64 | | This includes Centos and Oracle Linux Fedora | 25 | x64 | | Debian | 8.2 | x64 | | -Ubuntu | 14.04, 16.04 | x64 | | This includes Linux Mint 17, 18 +Ubuntu | 14.04 | x64, arm32 | | This includes Linux Mint 17 openSUSE | 42.2 | x64 | | -Tizen | TBD | x64, arm32 | | +Tizen | 4 | arm32 | | Mac OS X | 10.12 | x64 | | +*Note: The goal is to support these OS's up to the version that has released when .NET Core 2.0 releases. Some will be officially supported by Microsoft and/or Samsung while others may be made available with community support. + Version 1.0 OS Support: OS |Version |Architectures|Configurations|Notes