jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

There is NewtonSoftJson 4.5.0.0 dependency not listed in nuget dependencies #178

Open spingee opened 6 years ago

spingee commented 6 years ago

Hi, I have project where i have different version of newtosoft which i cant change becouse of dependent projects which i dont have control of. Is there any solution to this?

jwaliszko commented 6 years ago

Newtonsoft.Json dependency is designated as >= 4.5.11 on NuGet, because I've not tested EA library with any version lower than that. EA most likely works with lower versions as well though. If NuGet installation enforces higher version, go with manual installation.

xantari commented 5 years ago

Should be able to close this...