list only packages that are compatible #318
Labels
Functionality:SDK
The NuGet client packages published to nuget.org
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Type:DCR
Design Change Request
Milestone
It would be cool to have an API that lets me list only those packages that are compatible with the framework version of my current project. So for example if my current project targets .NET 2.0 and a package only has content for .NET 4.0 (\net40 is present but \net20 is not) it should not be listed in the first place.
As a bonus it would be great that if an earlier version of this package exists that does support my current target framework it should be possible to list it instead.
As the amount of packages grows, it becomes harder and harder to find to right package, especially when working with legacy code.
This is a similar issue: http://stackoverflow.com/questions/22568725/is-there-a-way-to-specify-net-framework-version-argument-while-using-install-pa
The text was updated successfully, but these errors were encountered: