From 5894a627976e595c89e44f2870890a2c123d0db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 2 Dec 2024 10:14:43 +0100 Subject: [PATCH] Mention more android/ios RIDs in rid-catalog.md A couple customers got confused about "missing" RIDs for ios/android. While the full list is available in the linked PortableRuntimeIdentifierGraph.json let's mention the most important ones to prevent confusion. --- docs/core/rid-catalog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/core/rid-catalog.md b/docs/core/rid-catalog.md index 5ec5c4079e2aa..9a77bd19ba32c 100644 --- a/docs/core/rid-catalog.md +++ b/docs/core/rid-catalog.md @@ -132,10 +132,15 @@ For more information, see [.NET dependencies and requirements](./install/macos.m ### iOS RIDs - `ios-arm64` +- `iossimulator-arm64` +- `iossimulator-x64` ### Android RIDs - `android-arm64` +- `android-arm` +- `android-x64` +- `android-x86` ## See also