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

Conflicting NuGet package dependencies #6

Open
pshaffer opened this issue Feb 9, 2020 · 0 comments
Open

Conflicting NuGet package dependencies #6

pshaffer opened this issue Feb 9, 2020 · 0 comments

Comments

@pshaffer
Copy link

pshaffer commented Feb 9, 2020

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.

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

No branches or pull requests

1 participant