From de5310e886d360baac460a5094db1a67c44a1784 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 18 Mar 2019 14:49:15 -0700 Subject: [PATCH] Update build tools (#8528) * update build tools' aka KoreBuild aka Internal SDK versions * update EF submodule * fix submodule builds with trimming - path must not contain trailing slashes apparently * bump Microsoft.NETFramework.ReferenceAssemblies package version to align with KoreBuild --- build/RepositoryBuild.targets | 2 +- build/dependencies.props | 4 ++-- global.json | 2 +- korebuild-lock.txt | 4 ++-- modules/EntityFrameworkCore | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/RepositoryBuild.targets b/build/RepositoryBuild.targets index ee91e3a2ca69..265150d56591 100644 --- a/build/RepositoryBuild.targets +++ b/build/RepositoryBuild.targets @@ -129,7 +129,7 @@ $(KoreBuildVersion) $(KoreBuildVersion) $(KoreBuildVersion) - 2.2.1-build-20190110.1 + 2.2.1-build-20190318.1 @@ -173,7 +173,7 @@ 2.1.3 $(MicrosoftNETCoreApp21PackageVersion) 1.0.1 - 1.0.0-alpha-004 + 1.0.0-alpha-5 15.9.0 3.0.1 3.0.1 diff --git a/global.json b/global.json index f2958a2808b9..b7ba160d3f74 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "version": "2.2.102" }, "msbuild-sdks": { - "Internal.AspNetCore.Sdk": "2.2.1-build-20190117.2" + "Internal.AspNetCore.Sdk": "2.2.1-build-20190318.1" } } diff --git a/korebuild-lock.txt b/korebuild-lock.txt index 3ac9e66dccb3..046ff6d26a42 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.2.1-build-20190117.2 -commithash:66f8343ddf482908dd82005dd2154c9e2776e2a1 +version:2.2.1-build-20190318.1 +commithash:530ec9c3c7892073cd179a0ad7242d9398efd8e8 diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index bf24028cec2e..d1b10fc6ccca 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit bf24028cec2e5f63c02307865729f3c1b3afcf38 +Subproject commit d1b10fc6ccca83e29109a0a8d9c047f2e68aede5