castleproject / Core

Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter
http://www.castleproject.org/
Other
2.22k stars 470 forks source link

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

Closed cezar-pimentel closed 2 years ago

cezar-pimentel commented 2 years ago

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.

jonorossi commented 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

cezar-pimentel commented 2 years ago

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

👊