sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
591 stars 152 forks source link

Unable to resolve dependencies constraint Newtonsoft.Json >= 7.0.1 && < 8.0.0 #149

Closed mattcowen closed 8 years ago

mattcowen commented 8 years ago

Seems like this has happened before. Now Newtonsoft.Json is v8.0.3 I can't update it because SharpArch.Domain has a constraint that Newtonsoft.Json must be >= 7.0.1 && <= 8.0.0. Why is there a maximum version constraint? None of my other dependencies have this. It would make life a lot easier if there was no such restriction - just the minimum.

Matt

cd21h commented 8 years ago

Hi Matt, Usually major version change means breaking public API changes. This constraint is used to prevent broken builds in case API of the dependency became incompatible .

I'll upgrade dependencies and release new version soon.

cd21h commented 8 years ago

@mattcowen Please try to upgrade to S#Arch 3.1.2