wbish / jsondiffpatch.net

JSON object diffs and reversible patching (jsondiffpatch compatible)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for .NET Standard

cmeeren opened this issue · comments

This is just what I need. Unfortunately, I need it for .NET Standard. Could you make it compatible with .NET Standard?

Check out v2.0.0.0 of the nuget package. That should help you out.

As per my PR, this does not actually provide .NET Standard support, it provides .NET Standard libraries mixed with .NET 4.5 dependencies, making it require the full framework and not able to be used in pure .NET Core solutions (i.e. Linux & macOS).