aspnet / JsonPatch

[Archived] JSON PATCH library. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
103 stars 48 forks source link

Temporarily change tfm to netstandard1.3 to unblock CI #82

Closed kichalla closed 7 years ago

kichalla commented 7 years ago

Ideally we want to target netstandard2.0 but this conversion is blocked on the issue: https://github.com/dotnet/sdk/issues/1219

cc @Eilon