Skip to content

Commit 4672402

Browse files
authored
Remove win-arm RID from PortableRuntimeIdentifierGraph.json (#116832)
The `win-arm` RID was present in the portable runtime identifier graph but is not supported with critical assets like AppHost. This caused a poor user experience where developers attempting to target win-arm would receive confusing error messages about missing application hosts rather than a clear indication that the RID is not supported. This change removes the win-arm RID entry from PortableRuntimeIdentifierGraph.json, which aligns with the fact that we dropped support for this RID and don't ship the necessary assets for it. Users should now receive a `NETSDK1083` error indicating that the RID is not supported.
1 parent e661de4 commit 4672402

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libraries/Microsoft.NETCore.Platforms/src/PortableRuntimeIdentifierGraph.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,6 @@
457457
"any"
458458
]
459459
},
460-
"win-arm": {
461-
"#import": [
462-
"win"
463-
]
464-
},
465460
"win-arm64": {
466461
"#import": [
467462
"win"

0 commit comments

Comments
 (0)