You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This library tries to ease the migration from Newtonsoft.Json to System.Text.Jso
12
12
similar API for HttpPatch requests as in [Microsoft.AspNetCore.JsonPatch](https://github.com/dotnet/aspnetcore/tree/main/src/Features/JsonPatch) and [Marvin.JsonPatch](https://github.com/KevinDockx/JsonPatch)
13
13
14
14
* Designed as an easy replacement for Microsoft.AspNetCore.JsonPatch
15
-
* Supports .NET 6+ & netstandard2.0
15
+
* Supports .NET 6+ including .NET 10, plus netstandard2.0
0 commit comments