diff --git a/JsonDiffPatch/JsonDiffPatch.csproj b/JsonDiffPatch/JsonDiffPatch.csproj index cffca70..cda7eeb 100644 --- a/JsonDiffPatch/JsonDiffPatch.csproj +++ b/JsonDiffPatch/JsonDiffPatch.csproj @@ -1,7 +1,7 @@  - netstandard1.4;net452;netcoreapp1.1 + netstandard2.0 Library for diffing and RFC 6902 patching json.net json objects - forked from Tavis.JsonPatch, with an addition of json diff code by Ian Mercer, with additional partial array LCS diff by JC Dickinson https://github.com/mcintyre321/JsonDiffPatch/blob/master/License.txt @@ -12,7 +12,7 @@ - + \ No newline at end of file diff --git a/JsonDiffPatchTests/JsonDiffPatch.Tests.csproj b/JsonDiffPatchTests/JsonDiffPatch.Tests.csproj index 2483eda..91ff4ea 100644 --- a/JsonDiffPatchTests/JsonDiffPatch.Tests.csproj +++ b/JsonDiffPatchTests/JsonDiffPatch.Tests.csproj @@ -1,7 +1,7 @@  - net462 + net6.0 @@ -25,10 +25,10 @@ - - - - + + + +