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 && < 9.0.0 #151

Closed asouto closed 7 years ago

asouto commented 7 years ago

Seems like this has happened before. Now Newtonsoft.Json is v9.0.1 I can't update it because SharpArch.Domain has a constraint that Newtonsoft.Json must be >= 7.0.1 && < 9.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.

Souto

cd21h commented 7 years ago

Hi, I'll check today

asouto commented 7 years ago

@shatl I appreciate it

asouto commented 7 years ago

@shatl tks...