Skip to content

WindowsDesktop shared framework should add PackageOverrides.txt #4904

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

Closed
ericstj opened this issue Jan 31, 2025 · 0 comments · Fixed by #4997
Closed

WindowsDesktop shared framework should add PackageOverrides.txt #4904

ericstj opened this issue Jan 31, 2025 · 0 comments · Fixed by #4997

Comments

@ericstj
Copy link
Member

ericstj commented Jan 31, 2025

Description

The PackageOverrides.txt file provides a fast-path for conflict resolution and may also serve as an input to package pruning. @dsplaisted @nkolev92

WindowsDekstop should provide this in the targeting pack, similar to what Runtime and AspNet do: https://github.com/dotnet/runtime/blob/fa0f65c9a89cd140929aa12ac3ab70d2d0fc0d6d/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.targets#L18-L36
https://github.com/dotnet/aspnetcore/blob/28bad7ae10cb640ae393f7d3f53fb7e298a8765d/src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj#L146-L175

As done with those repos, this file can be generated. Per dotnet/sdk#44566 this file (and other conflict resolution data) should track the latest versions rather than GA.

cc @dsplaisted @ViktorHofer

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 a pull request may close this issue.

1 participant