From 3f78743011578533d28682e78eb5f62df7dc2288 Mon Sep 17 00:00:00 2001 From: jacalvar Date: Fri, 3 Jun 2016 13:08:13 -0700 Subject: [PATCH] Update Json.NET to 9.0.1-beta1 --- 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 ac3852ae2f..328c800623 100644 --- a/samples/AntiforgerySample/project.json +++ b/samples/AntiforgerySample/project.json @@ -8,7 +8,7 @@ "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", "Microsoft.AspNetCore.StaticFiles": "1.0.0-*", - "Newtonsoft.Json": "8.0.3" + "Newtonsoft.Json": "9.0.1-beta1" }, "buildOptions": { "emitEntryPoint": true