High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
.NET 8 has been released and System.Json.Text has changed its targeting frameworks. Though the current targeting framework net6.0 and netstandard2.x would still work, it would be good to exam over any breaking changes and change the targeting framework accordingly.
We need to:
[x] Go over breaking changes in the System.Text.Json package of .NET 7
[x] Change targeting framework accordingly
[x] Target test projects to .NET 8
[x] Target benchmark project to .NET 8
[x] Update Github Actions to build and test in .NET 8
.NET 8 has been released and
System.Json.Text
has changed its targeting frameworks. Though the current targeting frameworknet6.0
andnetstandard2.x
would still work, it would be good to exam over any breaking changes and change the targeting framework accordingly.We need to:
System.Text.Json
package of .NET 7