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",