What could be calling nuget to install packages such as JSON.NET to /net40 folder like the following?
{project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dll
This is causing some of my libraries to break? Is there anyway to make it install to the Silverlight\v4.0\ folder?
{project folder}\packages\Newtonsoft.Json.4.5.6\lib\net40\Newtonsoft.Json.dll
This is causing some of my libraries to break? Is there anyway to make it install to the Silverlight\v4.0\ folder?