Can't install ServiceStack.Text package using nuget in a Windows Phone 8 project. The message I get is
Could not install package 'ServiceStack.Text 4.0.5'. You are trying to install this package > into a project that targets 'WindowsPhone,Version=v8.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I'm using Microsoft Visual Studio 2012 Express 2012 for Windows Phone. I also updated Nuget to the latest version, as it was a common solution I found for the same problem in other libraries.