From 3b7f9b4043c978e1ce1d1d9d974be36f05b8e985 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Fri, 7 Oct 2016 11:28:07 -0700 Subject: [PATCH] Fixed version of System.Reflection.TypeExtensions package --- src/Microsoft.AspNetCore.JsonPatch/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.JsonPatch/project.json b/src/Microsoft.AspNetCore.JsonPatch/project.json index c9beba3639..5b998272ff 100644 --- a/src/Microsoft.AspNetCore.JsonPatch/project.json +++ b/src/Microsoft.AspNetCore.JsonPatch/project.json @@ -33,7 +33,7 @@ "netstandard1.3": { "dependencies": { "Microsoft.CSharp": "4.3.0-*", - "System.Reflection.TypeExtensions": "4.1.0-*" + "System.Reflection.TypeExtensions": "4.3.0-*" } } }