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

Make PackageSpecDependencyProvider consider the version being requested #5985

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Aug 21, 2024

  1. Make PackageSpecDependencyProvider consider the version being requested

    Fixes: NuGet/Home#10368
    Re-submit of NuGet#5452
    
    NuGet gets confused with transitive project and package
    dependencies with the same identity (name) in a multi-targeting project
    and selects the wrong type (project instead of package).
    
    Projects are expected to be preferred over packages, but only when the
    version matches. If the version doesn't match, projects shouldn't be
    selected in frameworks which don't declare a ProjectReference to those
    projects.
    ViktorHofer committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6784f45 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    59e82dd View commit details
    Browse the repository at this point in the history