Clarify "additional requirements"

Fixes https://github.com/dotnet/core/issues/3340
This commit is contained in:
Lee Coward 2019-09-11 12:00:23 -07:00 committed by GitHub
parent 43728b84f6
commit 4d60f586f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# 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.
The following table represents the minimum library requirements to create, and run, a basic "hello world" console or MVC application with .NET Core. This table lists .NET Core Runtime requirements; applications could introduce additional dependencies.
| Distro | 2.1 | 2.2 | 3.0 |
@ -16,4 +16,4 @@ The following table represents the minimum library requirements to create, and r
| CentOS 7 | libicu | libicu | libicu |
| OpenSUSE Leap | libicu | libicu | libicu |
| SLES 15 | libicu | libicu | libicu |
| SLES 12 | libicu | libicu | libicu |
| SLES 12 | libicu | libicu | libicu |