From 37ee065c0808581594a15d964e2aad417b0c69c3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 12 Aug 2016 10:15:35 -0700 Subject: [PATCH 1/2] Updating to dotnet.myget.org --- NuGet.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index adbb3c1710..9f4165645a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,7 +2,7 @@ - + \ No newline at end of file From 6e5fd4f89f6989ae560d219a7c8b4e102a1032d9 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 17 Aug 2016 14:05:02 -0700 Subject: [PATCH 2/2] Up Antiforgery to 1.0.1 for FIPS compliance changes. --- src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json index f537df3639..aefdf7b9a4 100644 --- a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json +++ b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json @@ -20,7 +20,7 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.0", + "Microsoft.AspNetCore.Antiforgery": "1.0.1", "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", "Microsoft.AspNetCore.Html.Abstractions": "1.0.0", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",