Newtonsoft.Json icon indicating copy to clipboard operation
Newtonsoft.Json copied to clipboard

NuGet package returns version 4.0.1 while dll version is 4.0.0.0

Open ms440 opened this issue 13 years ago • 0 comments

When I'm using install-package Newtonsoft.Json command in Package Manager Console of VS2010SP1, the package line added to packages.config file in my project says that the version used is 4.0.1, while the assembly in Packages directory - Packages\Newtonsoft.Json.4.0.1\lib\40\Newtonsoft.Json.dll has version number 4.0.0.0.

As a result, I'm getting Error#170 from StructureMap (I'm using SM-2.6.2).

ms440 avatar Apr 13 '11 03:04 ms440