From 99bb2d37bd97528cf01c8f7cc75ee839d318a07a Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 22 May 2024 19:12:46 -0700 Subject: [PATCH] Add/remove alpine (#40775) --- docs/core/install/linux-alpine.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/core/install/linux-alpine.md b/docs/core/install/linux-alpine.md index 762ccef4dc6c0..60baa0a33e9ca 100644 --- a/docs/core/install/linux-alpine.md +++ b/docs/core/install/linux-alpine.md @@ -3,7 +3,7 @@ title: Install .NET on Alpine description: Learn about which versions of .NET SDK and .NET Runtime are supported, and how to install .NET on Alpine. author: adegeo ms.author: adegeo -ms.date: 05/14/2024 +ms.date: 05/22/2024 ms.custom: linux-related-content --- @@ -39,11 +39,10 @@ The following table is a list of currently supported .NET releases and the versi | Alpine | Supported Version | Available in Package Manager | |--------|-------------------|------------------------------| +| 3.20 | 8.0, 6.0 | 8.0, 6.0 | | 3.19 | 8.0, 6.0 | 7.0, 6.0 | | 3.18 | 8.0, 6.0 | 7.0, 6.0 | | 3.17 | 8.0, 6.0 | 7.0, 6.0 | -| 3.16 | 6.0 | 6.0 | -| 3.15 | 6.0 | None | [!INCLUDE [versions-not-supported](includes/versions-not-supported.md)] @@ -53,10 +52,10 @@ The following table is a list of currently supported .NET releases and the archi | Architecture | .NET 6 | .NET 8 | |------------------|------------------|---------| -| x86_64 | 3.16, 3.17, 3.18 | 3.17, 3.18 | +| x86_64 | 3.16, 3.17, 3.18, 3.19, 3.20 | 3.17, 3.18, 3.19, 3.20 | | x86 | None | None | -| aarch64 | 3.16, 3.17, 3.18 | 3.17, 3.18 | -| armv7 | 3.16, 3.17, 3.18 | 3.17, 3.18 | +| aarch64 | 3.16, 3.17, 3.18, 3.19, 3.20 | 3.17, 3.18, 3.19, 3.20 | +| armv7 | 3.16, 3.17, 3.18, 3.19, 3.20 | 3.17, 3.18, 3.19, 3.20 | | armhf | None | None | | s390x | 3.17 | 3.17 | | ppc64le | None | None |