From a08936921627f7dd9f5ad176ec521783167c3a50 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Thu, 4 Feb 2016 15:32:08 -0800 Subject: [PATCH] Updated Json.Net version --- tools/PinVersion/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/PinVersion/project.json b/tools/PinVersion/project.json index f781996852..99aed69ada 100644 --- a/tools/PinVersion/project.json +++ b/tools/PinVersion/project.json @@ -1,7 +1,7 @@ { "version": "1.0.0-*", "dependencies": { - "Newtonsoft.Json": "6.0.8", + "Newtonsoft.Json": "8.0.2", "NuGet.Core": "2.8.6" },