Pathoschild.Http.Formatters.JsonNet 2.1.0

dotnet add package Pathoschild.Http.Formatters.JsonNet --version 2.1.0
                    
NuGet\Install-Package Pathoschild.Http.Formatters.JsonNet -Version 2.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pathoschild.Http.Formatters.JsonNet" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pathoschild.Http.Formatters.JsonNet" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Pathoschild.Http.Formatters.JsonNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pathoschild.Http.Formatters.JsonNet --version 2.1.0
                    
#r "nuget: Pathoschild.Http.Formatters.JsonNet, 2.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Pathoschild.Http.Formatters.JsonNet&version=2.1.0
                    
Install Pathoschild.Http.Formatters.JsonNet as a Cake Addin
#tool nuget:?package=Pathoschild.Http.Formatters.JsonNet&version=2.1.0
                    
Install Pathoschild.Http.Formatters.JsonNet as a Cake Tool

This package has been merged into Pathoschild.Http.FluentClient 2.2+.

-----

Provides JSON and BSON implementations of the .NET MediaTypeFormatter using Json.NET. These can be used by HttpClient and Web API for serializing content.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 2,849 5/8/2016
2.0.0 1,666 4/28/2016
1.2.0 2,417 10/30/2013
1.0.1 3,822 2/5/2013
1.0.0 2,383 11/30/2012
0.5.0-beta 1,836 10/4/2012
0.4.2-alpha 1,728 8/29/2012
0.4.1-alpha 1,761 8/25/2012
0.4.0-alpha2 1,676 6/27/2012
0.3.0-alpha 1,701 6/25/2012
0.2.1-alpha 1,722 6/8/2012
0.2.0-alpha 1,720 6/5/2012
0.1.3-alpha2 1,704 5/24/2012
0.1.2-alpha 1,748 5/23/2012

Migrated to PCL for cross-platform support; removed JSONP support.