From 3861f2166a72c164ac101da249ed76b784042df4 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 16 Oct 2017 14:23:41 -0700 Subject: [PATCH] Update patch build to latest dependencies --- samples/LocalizationSample/project.json | 2 +- test/LocalizationWebsite/project.json | 2 +- .../project.json | 2 +- test/Microsoft.AspNetCore.Localization.Tests/project.json | 2 +- test/Microsoft.Extensions.Localization.Tests/project.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/LocalizationSample/project.json b/samples/LocalizationSample/project.json index 2543a1cf..f4ede26c 100644 --- a/samples/LocalizationSample/project.json +++ b/samples/LocalizationSample/project.json @@ -19,7 +19,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" } } diff --git a/test/LocalizationWebsite/project.json b/test/LocalizationWebsite/project.json index 9f828c35..df46e434 100644 --- a/test/LocalizationWebsite/project.json +++ b/test/LocalizationWebsite/project.json @@ -14,7 +14,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" }, "dotnet-test-xunit": "1.0.0-rc3-000000-01", diff --git a/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json index de7aa828..2ef7ee4c 100644 --- a/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Localization.FunctionalTests/project.json @@ -19,7 +19,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" }, "System.Diagnostics.Process": "4.1.0" diff --git a/test/Microsoft.AspNetCore.Localization.Tests/project.json b/test/Microsoft.AspNetCore.Localization.Tests/project.json index 3d3d5cd4..0e22343f 100644 --- a/test/Microsoft.AspNetCore.Localization.Tests/project.json +++ b/test/Microsoft.AspNetCore.Localization.Tests/project.json @@ -17,7 +17,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" }, "System.Diagnostics.Process": "4.1.0" diff --git a/test/Microsoft.Extensions.Localization.Tests/project.json b/test/Microsoft.Extensions.Localization.Tests/project.json index 0d7449c3..882e16ba 100644 --- a/test/Microsoft.Extensions.Localization.Tests/project.json +++ b/test/Microsoft.Extensions.Localization.Tests/project.json @@ -17,7 +17,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.8-servicing-005009-00", + "version": "1.0.8", "type": "platform" }, "moq.netcore": "4.4.0-beta8",