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

Error when trying to update to Castle.Core 5.0 #628

Closed
cezar-pimentel opened this issue May 26, 2022 · 2 comments
Closed

Error when trying to update to Castle.Core 5.0 #628

cezar-pimentel opened this issue May 26, 2022 · 2 comments

Comments

@cezar-pimentel
Copy link

cezar-pimentel commented May 26, 2022

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

image

Update: I forgot to mention. I'm trying to update it on a .NET Framework 4.8 project.

@cezar-pimentel cezar-pimentel changed the title Error when trying to update to Castle Core 5.0 Error when trying to update to Castle.Core 5.0 May 26, 2022
@jonorossi
Copy link
Member

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

@cezar-pimentel
Copy link
Author

Ok! Thanks for the explanation and for your time!
Cheers!

👊

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

2 participants