From c16d2018919c588c15fd5d9307a659892355616b Mon Sep 17 00:00:00 2001 From: Vinodh Zamboulingame <48854069+vzamboulingame@users.noreply.github.com> Date: Wed, 23 Apr 2025 19:52:14 +0200 Subject: [PATCH] Fix typo in architecture in RID graph Replaced linux-arm32 with linux-x64 --- docs/core/rid-catalog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/rid-catalog.md b/docs/core/rid-catalog.md index 9a77bd19ba32c..d703e4e83d6c1 100644 --- a/docs/core/rid-catalog.md +++ b/docs/core/rid-catalog.md @@ -56,7 +56,7 @@ The above RID specifies that `osx-x64` imports `unix-x64`. So, when NuGet restor The following example shows a slightly bigger RID graph also defined in the *runtime.json* file: ``` - linux-arm64 linux-arm32 + linux-arm64 linux-x64 | \ / | | linux | | | |