JSON.net 5.0 nuget package for silverlight not recognized

The original question:

Is there something I need to change with the namespace, Newtonsoft.Json or the packages.config files so that all Visual Studio 2010, Silverlight 5, NuGet and JSON.Net work correctly?

After update:

Is there even a Json.Net build (or NuGet package) for Silverlight 5?

I have a solution with several projects in a solution where projects link to JSON.net libraries. I am reorganizing the Visual Studio solution to use NuGet instead of the static loaded version (and then the links to the DLL file).

Right-clicking on projects and selecting “Manage NuGet Packages” works as expected and allows me to install the Json.net package in .NET 3.5 projects as part of the solution and Silverlight projects as part of this solution. point.

I set the option to search for updates and grant NuGet permission to download missing packages.

The packages.config files found in the links to the 3.5 and Silverlight 5 projects:

package id="Newtonsoft.Json" version="5.0.8" targetFramework="net35"

and

package id="Newtonsoft.Json" version="5.0.8" targetFramework="sl50"

respectively.

There are no compilation errors for .Net 3.5 projects, but for Silverlight 5 projects you get:

The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
C:\CognexWorkSpace\TAF_Tools\src\TypeSafeEnumeration.Common\Enumeration.Serialization.cs

Is there something I need to change with the namespace, Newtonsoft.Json or the packages.config files so that all Visual Studio 2010, Silverlight 5, NuGet and JSON.Net work correctly?

FWIW: Visual Studio 2010 Intellisense puts the line:

using Newtonsoft.Json;

as unresolved, but again only in Silverlight 5 projects.

Update

. (Json.Net35 json.Silverlight), Json.net 4. JSON, .

, NuGet. NuGet Json.net DLL. , , ZIP- :

Net20
Net35
Net40
Net45
Portable
Portable40
WinRT

:

Json.Net( NuGet) Silverlight 5?

NuGet, , () , .

+4
1

VS2010, , 4.5 Json.Net. , - , Silverlight , Portable Json.Net.

Silverlight, Portable40, , .

0

All Articles