weichch / system-text-json-jsondiffpatch

High-performance, low-allocating JSON object diff and patch extension for System.Text.Json. Support generating patch document in RFC 6902 JSON Patch format.
MIT License
104 stars 13 forks source link

Target .NET 8 #32

Closed weichch closed 9 months ago

weichch commented 2 years ago

.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:

weichch commented 9 months ago

Completed in #43