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
102 stars 13 forks source link

Retarget for .net 7 #37

Closed prom3theu5 closed 7 months ago

prom3theu5 commented 1 year ago

Retain net6.0 for those on LTS release Remove .net 5 and netcoreapp 3.1 Change net461 to net462 and drop netstandard2.1 Also upgrades third party dependencies - inc. Test frameworks

Addresses: #32

weichch commented 1 year ago

Thanks for the PR. I will take a look when I got time.

weichch commented 7 months ago

I'm closing this due to lack of response. This issue has been completed in #43