Skip to content

Commit 10bbcd6

Browse files
kasper3JRAlexander
authored andcommitted
Highlight dependencies which were removed in 2.1 (#5569)
* Highlight dependencies which were removed in 2.1 * Add libicu60 for Ubuntu Bionic Beaver
1 parent 13528e4 commit 10bbcd6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/core/linux-prerequisites.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,37 @@ The following are intended to be examples. The exact versions and names may vary
6060

6161
Ubuntu distributions require the following libraries installed:
6262

63-
* libunwind8
6463
* liblttng-ust0
6564
* libcurl3
6665
* libssl1.0.0
67-
* libuuid1
6866
* libkrb5-3
6967
* zlib1g
7068
* libicu52 (for 14.x)
7169
* libicu55 (for 16.x)
7270
* libicu57 (for 17.x)
71+
* libicu60 (for 18.x)
72+
73+
For versions earlier than .NET Core 2.1, following dependencies are also required:
74+
75+
* libunwind8
76+
* libuuid1
7377

7478
### CentOS
7579

7680
CentOS distributions require the following libraries installed:
7781

78-
* libunwind
7982
* lttng-ust
8083
* libcurl
8184
* openssl-libs
82-
* libuuid
8385
* krb5-libs
8486
* libicu
8587
* zlib
8688

89+
For versions earlier than .NET Core 2.1, following dependencies are also required:
90+
91+
* libunwind
92+
* libuuid
93+
8794
For more information about the dependencies, see [Self-contained Linux applications](https://github.com/dotnet/core/blob/master/Documentation/self-contained-linux-apps.md).
8895

8996
## Installing .NET Core dependencies with the native installers
@@ -428,4 +435,4 @@ To install .NET Core 2.x for supported SUSE Linux Enterprise Server and OpenSUSE
428435
> * [.NET Core 2.1 known issues](https://github.com/dotnet/core/tree/master/release-notes/2.1)
429436
> * [.NET Core 2.0 known issues](https://github.com/dotnet/core/tree/master/release-notes/2.0)
430437
> * [.NET Core 1.1 known issues](https://github.com/dotnet/core/blob/master/release-notes/1.1)
431-
> * [.NET Core 1.0 known issues](https://github.com/dotnet/core/blob/master/release-notes/1.0)
438+
> * [.NET Core 1.0 known issues](https://github.com/dotnet/core/blob/master/release-notes/1.0)

0 commit comments

Comments
 (0)