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

NuGet doesn't restore dependencies of compatible tfm's in fallback #7571

Closed
clairernovotny opened this issue Nov 30, 2018 · 2 comments
Closed
Labels
Functionality:Restore Resolution:Duplicate This issue appears to be a Duplicate of another issue
Milestone

Comments

@clairernovotny
Copy link

I just hit an issue when using an old (.NET 3.5-era) package for WPF on .NET Core 3. I added the top-level package (Microsoft.WindowsAPICodePack-Shell), and that worked, but NuGet did not bring in its dependency because its has a .NET 3.5 group. This lead to a broken restore.

I suspect more people will hit that when using old packages on .NET Core 3. Seems like something in NuGet needs to account for this and restore the matching group.

image

@rrelyea rrelyea added the Resolution:Duplicate This issue appears to be a Duplicate of another issue label Dec 1, 2018
@rrelyea rrelyea added this to the 5.0 milestone Dec 1, 2018
@rrelyea
Copy link
Contributor

rrelyea commented Dec 1, 2018

dupe of #5957, I believe.

@rrelyea rrelyea modified the milestones: 5.0, 5.1 Feb 6, 2019
@rrelyea rrelyea modified the milestones: 5.1, 5.2 Apr 30, 2019
@nkolev92
Copy link
Member

nkolev92 commented Jul 1, 2019

Closing per the above comment.

@nkolev92 nkolev92 closed this as completed Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:Restore Resolution:Duplicate This issue appears to be a Duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants