From 69bf6ea08d7f9fe8d0c60d8b655fd3db12195010 Mon Sep 17 00:00:00 2001 From: jacalvar Date: Mon, 13 Jun 2016 14:24:20 -0700 Subject: [PATCH] Update Json.NET to 9.0.1 --- samples/AntiforgerySample/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/AntiforgerySample/project.json b/samples/AntiforgerySample/project.json index c985cfbf73..371c7c2a82 100644 --- a/samples/AntiforgerySample/project.json +++ b/samples/AntiforgerySample/project.json @@ -7,7 +7,7 @@ "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Newtonsoft.Json": "9.0.1-beta1" + "Newtonsoft.Json": "9.0.1" }, "buildOptions": { "emitEntryPoint": true