Closed mwpowellhtx closed 8 years ago
Are you having a difficult time adding a later Castle.Core reference? The way NuGet interprets a single listed version is >= version
- in this case, >=3.2.2
. You can verify it by looking at the listing on the NuGet page.
Thanks, I'll check that out.
Updated in my clone of the repository to latest Castle.Core, and the tests are working. Will leave it at that. Thanks again!
Dependency on Castle.Core
3.2.2
is too strict, suggest at least a sensible interval notation, say through[3.2.2,4.0.0)
; Castle.Core is released at3.3.3
now. I don't know how that potentially breaks this.