System.Net.Http.Json 6.0.0-preview.1.21102.12

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of System.Net.Http.Json.

Requires NuGet 2.12 or higher.

dotnet add package System.Net.Http.Json --version 6.0.0-preview.1.21102.12                
NuGet\Install-Package System.Net.Http.Json -Version 6.0.0-preview.1.21102.12                
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="System.Net.Http.Json" Version="6.0.0-preview.1.21102.12" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Net.Http.Json --version 6.0.0-preview.1.21102.12                
#r "nuget: System.Net.Http.Json, 6.0.0-preview.1.21102.12"                
#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.
// Install System.Net.Http.Json as a Cake Addin
#addin nuget:?package=System.Net.Http.Json&version=6.0.0-preview.1.21102.12&prerelease

// Install System.Net.Http.Json as a Cake Tool
#tool nuget:?package=System.Net.Http.Json&version=6.0.0-preview.1.21102.12&prerelease                

Provides extension methods for System.Net.Http.HttpClient and System.Net.Http.HttpContent that perform automatic serialization and deserialization using System.Text.Json.

Commonly Used Types:
System.Net.Http.Json.HttpClientJsonExtensions
System.Net.Http.Json.HttpContentJsonExtensions
System.Net.Http.Json.JsonContent

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on System.Net.Http.Json:

Package Downloads
OpenIddict.Validation.SystemNetHttp

System.Net.Http integration package for the OpenIddict validation services.

Refit

The automatic type-safe REST library for Xamarin and .NET

GitHub repositories (178)

Showing the top 5 popular GitHub repositories that depend on System.Net.Http.Json:

Repository Stars
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
unoplatform/uno
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.