We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to update my Castle.Core package in nuget, I receive this error:
Unable to resolve dependencies. 'Castle.Core 5.0.0' is not compatible with 'Castle.Windsor 5.1.2 constraint: Castle.Core (>= 4.4.1 && < 5.0.0)'.
Is this constraint correct? Could someone explain to me why this constraint exist?
Thanks in advance
Update: I forgot to mention. I'm trying to update it on a .NET Framework 4.8 project.
The text was updated successfully, but these errors were encountered:
Is this constraint correct?
Yes. Castle Windsor does not yet support Castle Core 5.0.
Follow the Castle Windsor issue over there: castleproject/Windsor#612
Sorry, something went wrong.
Ok! Thanks for the explanation and for your time! Cheers!
👊
No branches or pull requests
When I try to update my Castle.Core package in nuget, I receive this error:
Unable to resolve dependencies. 'Castle.Core 5.0.0' is not compatible with 'Castle.Windsor 5.1.2 constraint: Castle.Core (>= 4.4.1 && < 5.0.0)'.
Is this constraint correct? Could someone explain to me why this constraint exist?
Thanks in advance
Update: I forgot to mention. I'm trying to update it on a .NET Framework 4.8 project.
The text was updated successfully, but these errors were encountered: