If I install NHibernate and Syscache via nuget, I get a big "Could not load file or assembly" error. Basically Syscache has been built against NH 3.2, but the current version of NH on nuget is 3.3.
Incidentally I had exactly the same issue with NHibernate Validator. It seems someone else had the same issues: NHibernate 3.3 and SysCache
Why is this? I thought nuget was supposed to resolve all these dependency issues. Why is it not possible to get NH + Syscache from a clean install using nuget?
Is there anything to do about it other than download the source of Syscache and build against NH 3.3? I'd really like to be able to manage all my dependencies using nuget only...