Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Microsoft.Windows.Console.ConPTY package runtime identifiers #18387

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mitchcapper
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant