[PR #18387] Fix Microsoft.Windows.Console.ConPTY package runtime identifiers #31518

Open
opened 2026-01-31 09:47:46 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18387

State: closed
Merged: Yes


win10-* is no longer a valid rid

https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-graph

Summary of the Pull Request

This package would fail to install the dependencies to the correct location in .net 8 and later by default. win-x64 is a valid runtime id in prior .net versions so I think this should be back compat.

Without this the package fails to do its job on newer builds unless <UseRidGraph>true</UseRidGraph> and the user sets win10-x64 as their RID in their project file.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/18387 **State:** closed **Merged:** Yes --- win10-* is no longer a valid rid https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/rid-graph ## Summary of the Pull Request This package would fail to install the dependencies to the correct location in .net 8 and later by default. win-x64 is a valid runtime id in prior .net versions so I think this should be back compat. Without this the package fails to do its job on newer builds unless ` <UseRidGraph>true</UseRidGraph>` and the user sets `win10-x64` as their RID in their project file.
claunia added the pull-request label 2026-01-31 09:47:46 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31518