Microsoft.AspNetCore.JsonPatch 1.0.0-rc2-final

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.JsonPatch.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.JsonPatch --version 1.0.0-rc2-final
                    
NuGet\Install-Package Microsoft.AspNetCore.JsonPatch -Version 1.0.0-rc2-final
                    
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.JsonPatch" Version="1.0.0-rc2-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="1.0.0-rc2-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" />
                    
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.JsonPatch --version 1.0.0-rc2-final
                    
#r "nuget: Microsoft.AspNetCore.JsonPatch, 1.0.0-rc2-final"
                    
#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=Microsoft.AspNetCore.JsonPatch&version=1.0.0-rc2-final&prerelease
                    
Install Microsoft.AspNetCore.JsonPatch as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.JsonPatch&version=1.0.0-rc2-final&prerelease
                    
Install Microsoft.AspNetCore.JsonPatch as a Cake Tool

ASP.NET Core support for JSON PATCH.

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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (177)

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

Package Downloads
Microsoft.AspNetCore.Mvc.Formatters.Json

ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.

Microsoft.AspNetCore.Mvc.NewtonsoftJson

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/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

RavenDB.Client

RavenDB Client is the client library for accessing RavenDB

GitHub repositories (44)

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

Repository Stars
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
ravendb/ravendb
ACID Document Database
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
asynkron/protoactor-dotnet
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Dotnet-Boxed/Framework
.NET Core Extensions and Helper NuGet packages.
JonPSmith/EfCore.GenericServices
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
mattfrear/Swashbuckle.AspNetCore.Filters
A bunch of useful filters for Swashbuckle.AspNetCore
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
VeritasSoftware/AspNetCore.ApiGateway
Framework for an API Gateway endorsed by the .NET Foundation as revolutionary!
Librum-Reader/Librum-Server
The Librum server
solenovex/ASP.NET-Core-3.x-REST-API-Tutorial-Code
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
Version Downloads Last updated
10.0.0-preview.3.25172.1 2,442 4/10/2025
10.0.0-preview.2.25164.1 1,269 3/18/2025
10.0.0-preview.1.25120.3 2,268 2/25/2025
9.0.4 288,898 4/8/2025
9.0.3 640,731 3/11/2025
9.0.2 930,599 2/11/2025
9.0.1 944,021 1/14/2025
9.0.0 2,512,514 11/12/2024
9.0.0-rc.2.24474.3 16,886 10/8/2024
9.0.0-rc.1.24452.1 10,629 9/10/2024
9.0.0-preview.7.24406.2 4,169 8/13/2024
9.0.0-preview.6.24328.4 14,742 7/9/2024
9.0.0-preview.5.24306.11 1,988 6/11/2024
9.0.0-preview.4.24267.6 2,535 5/21/2024
9.0.0-preview.3.24172.13 11,501 4/11/2024
9.0.0-preview.2.24128.4 3,405 3/12/2024
9.0.0-preview.1.24081.5 3,899 2/13/2024
8.0.15 242,695 4/8/2025
8.0.14 863,396 3/11/2025
8.0.13 1,238,542 2/11/2025
8.0.12 1,833,438 1/14/2025
8.0.11 5,184,636 11/12/2024
8.0.10 7,094,714 10/8/2024
8.0.8 9,187,753 8/13/2024
8.0.7 6,265,034 7/9/2024
8.0.6 6,594,255 5/28/2024
8.0.5 2,321,649 5/14/2024
8.0.4 6,285,901 4/9/2024
8.0.3 4,866,142 3/12/2024
8.0.2 4,757,401 2/13/2024
8.0.1 7,067,691 1/9/2024
8.0.0 16,281,988 11/14/2023
8.0.0-rc.2.23480.2 59,633 10/10/2023
8.0.0-rc.1.23421.29 36,867 9/12/2023
8.0.0-preview.7.23375.9 19,716 8/8/2023
8.0.0-preview.6.23329.11 15,845 7/11/2023
8.0.0-preview.5.23302.2 10,993 6/13/2023
8.0.0-preview.4.23260.4 256,502 5/16/2023
8.0.0-preview.3.23177.8 30,747 4/11/2023
8.0.0-preview.2.23153.2 18,683 3/14/2023
8.0.0-preview.1.23112.2 15,716 2/21/2023
7.0.20 618,483 5/28/2024
7.0.19 114,123 5/14/2024
7.0.18 221,481 4/9/2024
7.0.17 264,756 3/12/2024
7.0.16 359,978 2/13/2024
7.0.15 725,250 1/9/2024
7.0.14 1,776,330 11/14/2023
7.0.13 2,092,177 10/24/2023
7.0.12 1,233,139 10/10/2023
7.0.11 2,302,808 9/12/2023
7.0.10 2,600,041 8/8/2023
7.0.9 2,026,219 7/11/2023
7.0.8 1,649,939 6/22/2023
7.0.7 1,309,447 6/13/2023
7.0.5 6,252,469 4/11/2023
7.0.4 2,595,171 3/14/2023
7.0.3 2,786,559 2/14/2023
7.0.2 3,553,197 1/10/2023
7.0.1 3,557,536 12/13/2022
7.0.0 14,125,834 11/7/2022
7.0.0-rc.2.22476.2 65,006 10/11/2022
7.0.0-rc.1.22427.2 12,676 9/14/2022
7.0.0-preview.7.22376.6 14,784 8/9/2022
7.0.0-preview.6.22330.3 7,447 7/12/2022
7.0.0-preview.5.22303.8 11,311 6/14/2022
7.0.0-preview.4.22251.1 18,178 5/10/2022
7.0.0-preview.3.22178.4 3,871 4/13/2022
7.0.0-preview.2.22153.2 12,514 3/14/2022
7.0.0-preview.1.22109.13 21,315 2/17/2022
6.0.36 555,016 11/12/2024
6.0.35 371,089 10/8/2024
6.0.33 1,415,695 8/13/2024
6.0.32 625,017 7/9/2024
6.0.31 679,745 5/28/2024
6.0.30 260,059 5/14/2024
6.0.29 932,720 4/9/2024
6.0.28 883,195 3/12/2024
6.0.27 2,951,587 2/13/2024
6.0.26 1,681,147 1/9/2024
6.0.25 3,135,602 11/14/2023
6.0.24 1,768,120 10/24/2023
6.0.23 846,383 10/10/2023
6.0.22 1,625,554 9/12/2023
6.0.21 2,260,250 8/8/2023
6.0.20 2,347,224 7/11/2023
6.0.19 1,376,585 6/22/2023
6.0.18 808,957 6/13/2023
6.0.16 6,026,758 4/11/2023
6.0.15 2,855,215 3/14/2023
6.0.14 3,208,749 2/14/2023
6.0.13 5,333,425 1/10/2023
6.0.12 4,835,871 12/13/2022
6.0.11 7,631,862 11/7/2022
6.0.10 10,343,231 10/11/2022
6.0.9 7,543,294 9/13/2022
6.0.8 10,039,900 8/9/2022
6.0.7 8,036,046 7/12/2022
6.0.6 6,569,349 6/14/2022
6.0.5 12,358,931 5/10/2022
6.0.4 7,616,343 4/11/2022
6.0.3 8,614,532 3/8/2022
6.0.2 7,544,718 2/8/2022
6.0.1 16,391,429 12/14/2021
6.0.0 17,090,165 11/8/2021
6.0.0-rc.2.21480.10 71,929 10/12/2021
6.0.0-rc.1.21452.15 22,400,322 9/14/2021
6.0.0-preview.7.21378.6 61,472 8/10/2021
6.0.0-preview.6.21355.2 9,755 7/14/2021
6.0.0-preview.5.21301.17 10,546 6/15/2021
6.0.0-preview.4.21253.5 22,336 5/24/2021
6.0.0-preview.3.21201.13 14,332 4/8/2021
6.0.0-preview.2.21154.6 46,428 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 25,346 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 2,463,682 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 331,848 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 758,241 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 571,175 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 3,073,075 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 2,307,701 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 5,482,014 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 7,239,564 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 4,368,723 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 3,907,256 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 4,489,163 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 3,007,309 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,376,757 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 3,316,509 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 3,764,085 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 3,016,666 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 3,051,947 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 14,436,348 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 33,826 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 21,320 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 8,184 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 18,468 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 9,382 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 22,695 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 6,255 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 7,545 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 10,773 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 5,197 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 1,600,518 12/13/2022
3.1.31 216,062 11/8/2022
3.1.30 327,042 10/11/2022
3.1.29 397,883 9/13/2022
3.1.28 536,702 8/9/2022
3.1.27 579,679 7/12/2022
3.1.26 428,930 6/14/2022
3.1.25 668,573 5/10/2022
3.1.24 433,028 4/11/2022
3.1.23 848,223 3/8/2022
3.1.22 3,283,253 12/14/2021
3.1.21 1,750,084 11/7/2021
3.1.20 1,355,021 10/11/2021
3.1.19 1,320,982 9/14/2021
3.1.18 1,866,911 8/10/2021
3.1.17 1,844,896 7/13/2021
3.1.16 2,377,532 6/8/2021
3.1.15 2,046,767 5/11/2021
3.1.14 2,907,411 4/6/2021
3.1.13 3,162,336 3/9/2021
3.1.12 2,860,332 2/9/2021
3.1.11 4,018,576 1/12/2021
3.1.10 7,411,362 11/9/2020
3.1.9 7,888,604 10/13/2020
3.1.8 10,024,446 9/8/2020
3.1.7 6,891,550 8/11/2020
3.1.6 7,567,821 7/14/2020
3.1.5 10,695,966 6/9/2020
3.1.4 7,395,766 5/12/2020
3.1.3 13,733,485 3/24/2020
3.1.2 9,589,248 2/18/2020
3.1.1 11,373,807 1/14/2020
3.1.0 10,112,817 12/3/2019
3.1.0-preview3.19555.2 44,362 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 7,158 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 13,224 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 579,327 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 574,286 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 39,958,943 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 40,350 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 80,296 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 113,984 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 95,456 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 273,572 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 834,353 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 37,515 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 6,223,070 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 21,975 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 4,116 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 1,097,130 1/14/2025
2.2.0 211,808,232 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 105,012 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 45,168 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 28,561 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 39,763,017 6/18/2018
2.1.0 103,814,276 5/29/2018
2.1.0-rc1-final 114,297 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 185,642 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 164,199 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.0 82,149,383 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 103,268 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 32,357 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 9,065,827 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,024,991 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 2,999,293 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 30,217 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.0 55,392,191 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 183,437 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.