Merge pull request #1810 from leecow/leecow-patch

Add linux system prerequisites document
This commit is contained in:
Lee Coward 2018-07-23 20:43:18 -07:00 committed by GitHub
commit a9bdfa3de3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1617 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Linux System Prerequisites for .NET Core
The following table represents the minimum library requirements to create, and run, a basic "hello world" console or MVC application with .NET Core. More complex applications could have additional requirements.
| Distro | 1.0 | 1.1 | 2.0 | 2.1 |
| ------------ | ----------------------------------- | ----------------------------------- | -------------------------------- | --- |
| Ubuntu 18.04 | libicu60, libunwind8, openssl1.0 | libicu60, libunwind8, openssl1.0 | libicu60, libunwind8, openssl1.0 | |
| Ubuntu 16.04 | libicu55, libunwind8 | libicu55, libunwind8 | libicu55, libunwind8 | |
| Ubuntu 14.04 | libicu52, libunwind8 | libicu52, libunwind8 | libicu52, libunwind8 | |
| Debian 9 | - | - | libicu57, libssl1.0.2 | |
| Debian 8 | libunwind8 | libunwind8 | libunwind8 | |
| Fedora 28 | libicu, libunwind, compat-openssl10 | libicu, libunwind, compat-openssl10 | libicu, compat-openssl10 | |
| Fedora 27 | libicu, libunwind, compat-openssl10 | libicu, libunwind, compat-openssl10 | libicu, compat-openssl10 | |
| CentOS 7 | libicu, libunwind | libicu, libunwind | libicu | |
| OpenSUSE 42 |libicu, libunwind | libicu, libunwind | libicu | |
| SLES 12 | - | libicu, libunwind | | |

File diff suppressed because it is too large Load diff