Microsoft.AspNetCore.Mvc.NewtonsoftJson 3.0.0-preview-19075-0444

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.AspNetCore.Mvc.NewtonsoftJson.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Mvc.NewtonsoftJson --version 3.0.0-preview-19075-0444
                    
NuGet\Install-Package Microsoft.AspNetCore.Mvc.NewtonsoftJson -Version 3.0.0-preview-19075-0444
                    
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="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview-19075-0444" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview-19075-0444" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" />
                    
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 Microsoft.AspNetCore.Mvc.NewtonsoftJson --version 3.0.0-preview-19075-0444
                    
#r "nuget: Microsoft.AspNetCore.Mvc.NewtonsoftJson, 3.0.0-preview-19075-0444"
                    
#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.
#:package Microsoft.AspNetCore.Mvc.NewtonsoftJson@3.0.0-preview-19075-0444
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Mvc.NewtonsoftJson&version=3.0.0-preview-19075-0444&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Mvc.NewtonsoftJson&version=3.0.0-preview-19075-0444&prerelease
                    
Install as a Cake Tool

ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH.

This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/1aa50faa290ecda304507981cd01ed92651d5e34

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.5K)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.NewtonsoftJson:

Package Downloads
Swashbuckle.AspNetCore.Newtonsoft

Swagger Generator opt-in component to support Newtonsoft.Json serializer behaviors

Ocelot

Ocelot is an API gateway based on .NET stack.

Abp.AspNetCore

Abp.AspNetCore

Reo.Core.Hosting

Package Description

Omnia.Fx.NetCore.WebApp

Package Description

GitHub repositories (288)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.NewtonsoftJson:

Repository Stars
PowerShell/PowerShell
PowerShell for every system!
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
Jackett/Jackett
API Support for your favorite torrent trackers
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 7, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
ThreeMammals/Ocelot
.NET API Gateway
ElectronNET/Electron.NET
:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
btcpayserver/btcpayserver
Accept Bitcoin payments. Free, open-source & self-hosted, Bitcoin payment processor.
louthy/language-ext
C# pure functional programming framework - come and get declarative!
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
MapsterMapper/Mapster
A fast, fun and stimulating object to object Mapper
cobbr/Covenant
Covenant is a collaborative .NET C2 framework for red teamers.
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
Version Downloads Last Updated
10.0.0-preview.7.25380.108 1,320 8/12/2025
10.0.0-preview.6.25358.103 2,453 7/15/2025
10.0.0-preview.5.25277.114 3,172 6/6/2025
10.0.0-preview.4.25258.110 2,709 5/12/2025
10.0.0-preview.3.25172.1 4,144 4/10/2025
10.0.0-preview.2.25164.1 1,876 3/18/2025
10.0.0-preview.1.25120.3 67,195 2/25/2025
9.0.8 338,115 8/5/2025
9.0.7 401,142 7/8/2025
9.0.6 709,080 6/10/2025
9.0.5 912,634 5/13/2025
9.0.4 1,178,481 4/8/2025
9.0.3 1,069,461 3/11/2025
9.0.2 1,265,327 2/11/2025
9.0.1 1,282,035 1/14/2025
9.0.0 4,041,164 11/12/2024
9.0.0-rc.2.24474.3 13,916 10/8/2024
9.0.0-rc.1.24452.1 10,273 9/10/2024
9.0.0-preview.7.24406.2 5,507 8/13/2024
9.0.0-preview.6.24328.4 15,355 7/9/2024
9.0.0-preview.5.24306.11 2,419 6/11/2024
9.0.0-preview.4.24267.6 2,458 5/21/2024
9.0.0-preview.3.24172.13 5,368 4/11/2024
9.0.0-preview.2.24128.4 4,782 3/12/2024
9.0.0-preview.1.24081.5 5,044 2/13/2024
8.0.19 241,947 8/4/2025
8.0.18 318,859 7/8/2025
8.0.17 1,191,126 6/10/2025
8.0.16 961,387 5/13/2025
8.0.15 1,706,383 4/8/2025
8.0.14 1,701,803 3/11/2025
8.0.13 1,954,507 2/11/2025
8.0.12 2,855,766 1/14/2025
8.0.11 7,511,659 11/12/2024
8.0.10 9,058,453 10/8/2024
8.0.8 10,893,347 8/13/2024
8.0.7 7,423,047 7/9/2024
8.0.6 7,237,961 5/28/2024
8.0.5 2,525,693 5/14/2024
8.0.4 6,917,589 4/9/2024
8.0.3 5,114,369 3/12/2024
8.0.2 5,156,561 2/13/2024
8.0.1 7,654,977 1/9/2024
8.0.0 21,618,133 11/14/2023
8.0.0-rc.2.23480.2 62,518 10/10/2023
8.0.0-rc.1.23421.29 29,316 9/12/2023
8.0.0-preview.7.23375.9 15,964 8/8/2023
8.0.0-preview.6.23329.11 10,934 7/11/2023
8.0.0-preview.5.23302.2 7,942 6/13/2023
8.0.0-preview.4.23260.4 269,906 5/16/2023
8.0.0-preview.3.23177.8 19,080 4/11/2023
8.0.0-preview.2.23153.2 10,243 3/14/2023
8.0.0-preview.1.23112.2 15,786 2/21/2023
7.0.20 803,754 5/28/2024
7.0.19 136,493 5/14/2024
7.0.18 229,269 4/9/2024
7.0.17 266,496 3/12/2024
7.0.16 378,148 2/13/2024
7.0.15 763,166 1/9/2024
7.0.14 1,659,739 11/14/2023
7.0.13 1,843,001 10/24/2023
7.0.12 1,163,174 10/10/2023
7.0.11 1,675,550 9/12/2023
7.0.10 2,388,529 8/8/2023
7.0.9 1,750,435 7/11/2023
7.0.8 1,448,829 6/22/2023
7.0.7 1,333,433 6/13/2023
7.0.5 5,632,225 4/11/2023
7.0.4 2,154,737 3/14/2023
7.0.3 2,478,193 2/14/2023
7.0.2 3,242,923 1/10/2023
7.0.1 3,425,415 12/13/2022
7.0.0 15,885,578 11/7/2022
7.0.0-rc.2.22476.2 63,378 10/11/2022
7.0.0-rc.1.22427.2 10,494 9/14/2022
7.0.0-preview.7.22376.6 10,352 8/9/2022
7.0.0-preview.6.22330.3 8,373 7/12/2022
7.0.0-preview.5.22303.8 9,701 6/14/2022
7.0.0-preview.4.22251.1 9,079 5/10/2022
7.0.0-preview.3.22178.4 3,472 4/13/2022
7.0.0-preview.2.22153.2 11,348 3/14/2022
7.0.0-preview.1.22109.13 3,528 2/17/2022
6.0.36 939,892 11/12/2024
6.0.35 487,579 10/8/2024
6.0.33 1,837,301 8/13/2024
6.0.32 718,391 7/9/2024
6.0.31 718,268 5/28/2024
6.0.30 268,900 5/14/2024
6.0.29 918,805 4/9/2024
6.0.28 909,110 3/12/2024
6.0.27 3,383,902 2/13/2024
6.0.26 1,800,417 1/9/2024
6.0.25 3,267,783 11/14/2023
6.0.24 1,889,246 10/24/2023
6.0.23 863,001 10/10/2023
6.0.22 1,744,307 9/12/2023
6.0.21 2,338,103 8/8/2023
6.0.20 2,377,123 7/11/2023
6.0.19 1,416,522 6/22/2023
6.0.18 822,531 6/13/2023
6.0.16 6,174,289 4/11/2023
6.0.15 3,103,832 3/14/2023
6.0.14 3,265,150 2/14/2023
6.0.13 5,425,115 1/10/2023
6.0.12 4,813,022 12/13/2022
6.0.11 7,418,010 11/7/2022
6.0.10 10,141,898 10/11/2022
6.0.9 7,267,741 9/13/2022
6.0.8 9,599,959 8/9/2022
6.0.7 7,568,458 7/12/2022
6.0.6 6,368,985 6/14/2022
6.0.5 12,419,780 5/10/2022
6.0.4 7,035,922 4/11/2022
6.0.3 8,181,880 3/8/2022
6.0.2 7,160,315 2/8/2022
6.0.1 16,226,568 12/14/2021
6.0.0 16,256,966 11/8/2021
6.0.0-rc.2.21480.10 78,212 10/12/2021
6.0.0-rc.1.21452.15 23,638,578 9/14/2021
6.0.0-preview.7.21378.6 68,158 8/10/2021
6.0.0-preview.6.21355.2 9,953 7/14/2021
6.0.0-preview.5.21301.17 6,091 6/15/2021
6.0.0-preview.4.21253.5 16,244 5/24/2021
6.0.0-preview.3.21201.13 11,973 4/8/2021
6.0.0-preview.2.21154.6 6,520 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 7,882 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 2,426,683 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 320,634 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 764,101 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 558,655 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 2,974,626 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 2,335,503 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 5,271,592 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 6,463,246 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 4,058,426 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 3,723,716 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 3,776,630 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 2,904,982 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 3,996,674 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 2,731,379 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 4,056,382 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 2,691,569 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 2,200,994 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 14,753,426 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 32,576 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 22,438 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 4,831 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 13,554 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 6,636 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 15,837 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 5,025 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 4,338 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 2,860 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 3,420 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 1,626,145 12/13/2022
3.1.31 222,937 11/8/2022
3.1.30 337,761 10/11/2022
3.1.29 409,064 9/13/2022
3.1.28 545,123 8/9/2022
3.1.27 566,471 7/12/2022
3.1.26 433,563 6/14/2022
3.1.25 685,387 5/10/2022
3.1.24 429,525 4/11/2022
3.1.23 851,645 3/8/2022
3.1.22 3,258,159 12/14/2021
3.1.21 1,794,381 11/7/2021
3.1.20 1,241,359 10/11/2021
3.1.19 1,294,826 9/14/2021
3.1.18 1,891,476 8/10/2021
3.1.17 1,840,323 7/13/2021
3.1.16 2,358,647 6/8/2021
3.1.15 2,055,115 5/11/2021
3.1.14 2,612,338 4/6/2021
3.1.13 2,983,572 3/9/2021
3.1.12 2,888,884 2/9/2021
3.1.11 3,218,732 1/12/2021
3.1.10 7,379,284 11/9/2020
3.1.9 7,679,320 10/13/2020
3.1.8 9,446,821 9/8/2020
3.1.7 6,618,153 8/11/2020
3.1.6 7,404,053 7/14/2020
3.1.5 10,308,073 6/9/2020
3.1.4 12,363,339 5/12/2020
3.1.3 13,206,664 3/24/2020
3.1.2 9,225,588 2/18/2020
3.1.1 10,941,380 1/14/2020
3.1.0 10,572,947 12/3/2019
3.1.0-preview3.19555.2 44,865 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 6,274 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 13,230 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 604,589 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 578,279 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 32,059,238 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 39,902 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 80,017 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 112,795 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 116,873 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 276,577 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 840,497 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 39,808 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 6,323,704 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 23,501 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.