JsonPatch 3.0.2
dotnet add package JsonPatch --version 3.0.2
NuGet\Install-Package JsonPatch -Version 3.0.2
<PackageReference Include="JsonPatch" Version="3.0.2" />
paket add JsonPatch --version 3.0.2
#r "nuget: JsonPatch, 3.0.2"
// Install JsonPatch as a Cake Addin #addin nuget:?package=JsonPatch&version=3.0.2 // Install JsonPatch as a Cake Tool #tool nuget:?package=JsonPatch&version=3.0.2
JsonPatch support for ASP.NET Core 6 including support for ASP.NET Minimal APIs. Legacy support for ASP.NET MVC (.NET Framework 4.8).
There are no external dependencies for the .NET 6 version and minimal dependencies for the .NET Framework Version.
Thank you to all the contributers:
* tugberkugurlu (Tugberk Ugurlu)
* mindingdata (Wade Gausden)
* donaldgray
* lukas-shawford (Lukas Shawford)
* akozmic (Adam Kozmic)
* zihotki (Vasili Puchko)
* nikitasavinov (Nikita)
* denis-tsv (Denis)
* cajonesvu (Chris Jones)
* broderickt2 (Broderick)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- Newtonsoft.Json (>= 13.0.1)
-
net6.0
- No dependencies.
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 |
---|---|---|
3.0.2 | 1,704 | 9/22/2024 |
3.0.1 | 68 | 9/22/2024 |
2.0.8 | 4,351 | 2/24/2024 |
2.0.7 | 3,833 | 11/24/2023 |
2.0.6 | 511 | 10/21/2023 |
2.0.5 | 1,528 | 6/25/2023 |
2.0.5-alpha | 250 | 6/24/2023 |
2.0.4-alpha | 97 | 6/22/2023 |
2.0.3-alpha | 246 | 6/22/2023 |
2.0.2-alpha | 97 | 6/21/2023 |
2.0.0-alpha | 1,629 | 6/3/2022 |
1.0.2 | 508,848 | 5/18/2016 |
1.0.1-alpha | 1,240 | 3/11/2015 |
1.0.0 | 60,550 | 12/9/2014 |
## What's Changed
* Bugfix for non-nullable TimeOnly types
**Full Changelog**: https://github.com/myquay/JsonPatch/compare/3.0.1...3.0.2