From 8a16dd0860849d8ce39a84b8ce2ca9f964e7ccb7 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 16 Oct 2017 14:23:43 -0700 Subject: [PATCH] Update patch build to latest dependencies --- samples/AntiforgerySample/project.json | 2 +- .../project.json | 2 +- test/Microsoft.AspNetCore.Antiforgery.Test/project.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/AntiforgerySample/project.json b/samples/AntiforgerySample/project.json index 7ef01eb..0e1dde0 100644 --- a/samples/AntiforgerySample/project.json +++ b/samples/AntiforgerySample/project.json @@ -17,7 +17,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" } } diff --git a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json index 406dc07..c0666aa 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/project.json @@ -10,7 +10,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json index 5c2dced..90e12e5 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/project.json +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/project.json @@ -18,7 +18,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" }, "moq.netcore": "4.4.0-beta8",