Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@ 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 minimum 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 | x64, arm32 | | This includes Linux Mint 17
openSUSE | 42.2 | x64 | |
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
Expand Down