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

Update pruned package data for packages that ship out of dotnet/maintenance-packages #47314

Open
ViktorHofer opened this issue Mar 6, 2025 · 2 comments
Assignees
Labels
Area-Infrastructure untriaged Request triage from a team member

Comments

@ViktorHofer
Copy link
Member

For the packages that ship out of dotnet/maintenance-packages, the major and/or minor version recently changed which makes those packages not get pruned from the restore graph.

Most of the m-p packages don't apply to .NETCoreApp and in some cases also not to .NET Standard >= 2.0. Take System.ValueTuple as an example which should get pruned when targeting netstandard2.0 or newer.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 6, 2025
@ViktorHofer
Copy link
Member Author

@ericstj
Copy link
Member

ericstj commented Mar 6, 2025

I suspect we need a 1-time update for all the packages we're shipping from m-p. We should also port the change to component-detection as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants