From 500b4f9eccfd459beebddc199c69a16609f9f216 Mon Sep 17 00:00:00 2001 From: jacalvar Date: Wed, 15 Jun 2016 15:33:35 -0700 Subject: [PATCH] Update Json.NET to 9.0.1 --- 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 ea1b2fa669..cad5f425f7 100644 --- a/tools/PinVersion/project.json +++ b/tools/PinVersion/project.json @@ -4,7 +4,7 @@ "emitEntryPoint": true }, "dependencies": { - "Newtonsoft.Json": "9.0.1-beta1", + "Newtonsoft.Json": "9.0.1", "NuGet.Protocol.Core.v3": "3.5.0-beta-final" }, "frameworks": {