From 13941c8ceb3f3044dc94e87a33d630faeefe0d07 Mon Sep 17 00:00:00 2001 From: lindexi Date: Wed, 13 Nov 2024 17:27:36 +0800 Subject: [PATCH] Add linux-loongarch64 to rid-catalog.md What is LoongArch64? See https://github.com/dotnet/runtime/issues/59561 --- docs/core/rid-catalog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/rid-catalog.md b/docs/core/rid-catalog.md index c6f9111103c89..5ec5c4079e2aa 100644 --- a/docs/core/rid-catalog.md +++ b/docs/core/rid-catalog.md @@ -116,6 +116,7 @@ For more information, see [Install .NET on Windows](install/windows.md#supported - `linux-arm` (Linux distributions running on Arm like Raspbian on Raspberry Pi Model 2+) - `linux-arm64` (Linux distributions running on 64-bit Arm like Ubuntu Server 64-bit on Raspberry Pi Model 3+) - `linux-bionic-arm64` (Distributions using Android's bionic libc, for example, Termux) +- `linux-loongarch64` (Linux distributions running on LoongArch64) For more information, see [.NET dependencies and requirements](./install/linux.md).