From 7a7dc711643858fb18e69cad296d30233ddcf847 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 10 May 2017 11:45:31 -0700 Subject: [PATCH] Remove unnecessary package references (#79) --- build/dependencies.props | 1 - .../Microsoft.AspNetCore.JsonPatch.csproj | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index ce45e95994..28b5745a79 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,7 +1,6 @@ 2.0.0-* - 4.3.0 2.1.0-* 10.0.1 4.7.1 diff --git a/src/Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.csproj b/src/Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.csproj index f31e8b9f82..f9c60761bf 100644 --- a/src/Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.csproj +++ b/src/Microsoft.AspNetCore.JsonPatch/Microsoft.AspNetCore.JsonPatch.csproj @@ -1,4 +1,4 @@ - + @@ -11,9 +11,7 @@ - -