Impossible d'installer le : Newtonsoft.Json

Je veux télécharger et parser le JSON dans mon projet Windows Phone, j'ai donc décidé de télécharger newtonsoft.json bibliothèque via Nuget dans Visual studio, mais je reçois le suivant:

PM> Install-Package Newtonsoft.Json
Successfully installed 'Newtonsoft.Json 6.0.1'.
Successfully uninstalled 'Newtonsoft.Json 6.0.1'.
Install failed. Rolling back...

Install-Package : Could not install package 'Newtonsoft.Json 6.0.1'. 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 that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
 + Install-Package Newtonsoft.Json
 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
 + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Essayez de mettre à jour NuGet à la dernière version et de redémarrer Visual Studio.
déjà testé mais rien ne change !!!!
Comment avez-vous tester? Mise à jour de votre question avec un exemple de code que vous avez tenté. Nous montrer comment sa ne fonctionne pas.
im déjà téléchargé le code source de Newtonsoft.Json à partir de codeplex, mais je ne sais pas comment puis-je ajouter une refrence à cette ressource le fichier zip im téléchargé le format Json (6.0.1) de l'arbre est : Bin , Source | Bin - > net2 , net3 , ... net45 , portable , portable 40 , winRT | Source - > Build , Doc , Source , Outils
pour être juste, j'ai utilisé Newtonsoft.Json plusieurs fois dans WP8 des projets sans avoir à le faire.

OriginalL'auteur user2068754 | 2014-02-22