Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a14f481

Browse files
authoredApr 24, 2025··
Fix typo in architecture in RID graph (#45906)
Replaced linux-arm32 with linux-x64
1 parent 4563a1c commit a14f481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/core/rid-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The above RID specifies that `osx-x64` imports `unix-x64`. So, when NuGet restor
5656
The following example shows a slightly bigger RID graph also defined in the *runtime.json* file:
5757

5858
```
59-
linux-arm64 linux-arm32
59+
linux-arm64 linux-x64
6060
| \ / |
6161
| linux |
6262
| | |

0 commit comments

Comments
 (0)
Please sign in to comment.