KevinDockx / JsonPatch

JSON Patch (JsonPatchDocument) RFC 6902 implementation for .NET
MIT License
174 stars 28 forks source link

core 3.1 support? #101

Closed william1benn closed 3 years ago

william1benn commented 4 years ago

Reading through your documentation it says if we are using .Net core we do not need this. Yet 3.1 does not seem to be supported as I cannot import it into my controller, and this is in Microsoft's documentation as well.

Any idea when this will be natively supported in 3.1 .net core? https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.jsonpatch.jsonpatchdocument?view=aspnetcore-3.0

Screen Shot 2020-11-05 at 4 40 13 PM

KevinDockx commented 4 years ago

Hi William,

it is supported in 3.1, seems like that documentation is a bit off. You just need to add the https://www.nuget.org/packages/Microsoft.AspNetCore.JsonPatch/ package. On that link you can find matching versions for each major/minor .NET Core version.