jwaliszko / ExpressiveAnnotations

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

NuGet versioning failure (I'm guessing) #60

Closed rwil02 closed 9 years ago

rwil02 commented 9 years ago

UI in Nuget says: v 2.4.5 Dependencies Newtonsoft.Json >= 4.5.11

My project has 6.0.8.18111 referenced

While it runs fine in Visual Studio, come deployment time it fails. Adding in

to the web config doesn't work (just makes the error not tell you the assembly version) which makes me suspect there's another dependency further down as well.

jwaliszko commented 9 years ago

I was unable to reproduce this issue. Either the description provides insufficient details or the problem has different origin, not related to EA.