I try to build the Akka.NET as build all
,but there is a error:
CS0433: Configuration\Hocon\HoconObject.cs(47,10): The type 'JsonIgnoreAttribute' exists in both 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' and 'Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
I don't know why the vs2015 will to find the 'Newtonsoft.Json' in foler C:\Program Files (x86)\Microsoft Visual Studio 12.0\Blend\
not the reference path ..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll
.
Here is the akka.net project file Akka.csproj
.
Please help me to solve the problem.Thanks
--------------------Update---------------
I found the Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll
as follow:
Is there a problem in Nuget now?