Skip to content

Conflicting NuGet package dependencies #6

Description

@pshaffer

Using VS2019. Cloned the most current version of the master branch. Attempted to restore NuGet packages. Error "NU1605 Detected package downgrade: Castle.Core from 4.2.0 to 4.1.1."
Looking at the solution's dependencies, it appears the Ninject.Extensions.Factory package (v3.3.2) requires Castle.Core >= 4.2.0, but only the 4.1.1 version is referenced.
I can change the reference in my cloned copy to a more recent version of Castle.Core, but the project files on the master branch probably need to be changed to reflect the actual required packages. Not sure how your build tags on the code are showing that it builds correctly since it can't resolve the referenced nuget packages due to the conflict? Perhaps something to look into with the build pipeline. I realize this project hasn't been updated in a while.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions