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

Windsor 3.x is not compatible with Castle Core 4.x #161

Closed
jonorossi opened this issue Jan 23, 2017 · 3 comments
Closed

Windsor 3.x is not compatible with Castle Core 4.x #161

jonorossi opened this issue Jan 23, 2017 · 3 comments

Comments

@jonorossi
Copy link
Member

The dependency specification (NuGet version range docs) in the NuGet packages indicate any version of Castle Core from 3.3.0 is compatible, however 4.x versions are not.

<dependencies>
  <dependency id="Castle.Core" version="3.3.0" />
</dependencies>

This was also raised under Castle Core: castleproject/Core#224.

@jonorossi
Copy link
Member Author

Going to change the dependency specification to the following, we can then release a new Windsor version supporting Castle Core 4.x only.

<dependencies>
  <dependency id="Castle.Core" version="[3.3.0,4.0)" />
</dependencies>

@sloncho
Copy link
Contributor

sloncho commented Mar 22, 2017

So, is there a ticket for making it compatible with Core 4.0? Is there a timeline?

@gregsdennis
Copy link

@sloncho I just made one.

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

3 participants