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?
Comments: Actually I take the workaround back. Renaming the folder to 'sl4-windowsphone71' doesn't change a thing. I'm still unable to reference my nuget from any WP71 XNA project.
{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?
Comments: Actually I take the workaround back. Renaming the folder to 'sl4-windowsphone71' doesn't change a thing. I'm still unable to reference my nuget from any WP71 XNA project.