JsonNetMediaTypeFormatter 1.1.1

dotnet add package JsonNetMediaTypeFormatter --version 1.1.1
                    
NuGet\Install-Package JsonNetMediaTypeFormatter -Version 1.1.1
                    
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="JsonNetMediaTypeFormatter" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JsonNetMediaTypeFormatter" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="JsonNetMediaTypeFormatter" />
                    
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 JsonNetMediaTypeFormatter --version 1.1.1
                    
#r "nuget: JsonNetMediaTypeFormatter, 1.1.1"
                    
#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=JsonNetMediaTypeFormatter&version=1.1.1
                    
Install JsonNetMediaTypeFormatter as a Cake Addin
#tool nuget:?package=JsonNetMediaTypeFormatter&version=1.1.1
                    
Install JsonNetMediaTypeFormatter as a Cake Tool

A Nuget Package for Contains Json.NET MediaTypeFormatter for Web APIs Which Enables You to Use Json.NET Serializer as The Default Json Serializer for Your Web APIs.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
1.1.1 22,506 12/8/2015
1.1.0 1,137 12/8/2015
1.0.6 1,463 10/4/2015
1.0.5 1,252 10/4/2015
1.0.4 1,323 10/4/2015
1.0.3 1,307 10/2/2015
1.0.2 1,312 10/2/2015
1.0.1 1,293 10/2/2015
1.0.0 1,285 10/2/2015

Fixing Some Bugs.