Closed cezar-pimentel closed 2 years ago
Is this constraint correct?
Yes. Castle Windsor does not yet support Castle Core 5.0.
Follow the Castle Windsor issue over there: https://github.com/castleproject/Windsor/issues/612
Ok! Thanks for the explanation and for your time! Cheers!
👊
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.