You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: