From 804ab764c29ecc5322fec731dbcc0cb38bac7e93 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 13 Dec 2017 10:17:20 -0800 Subject: [PATCH] Re-enable the version consistency check --- build/tasks/AnalyzeBuildGraph.cs | 5 +---- modules/EntityFrameworkCore | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build/tasks/AnalyzeBuildGraph.cs b/build/tasks/AnalyzeBuildGraph.cs index 6cf5322473..5a49e5945d 100644 --- a/build/tasks/AnalyzeBuildGraph.cs +++ b/build/tasks/AnalyzeBuildGraph.cs @@ -176,10 +176,7 @@ namespace RepoTasks } sb.AppendLine(); Log.LogMessage(MessageImportance.High, sb.ToString()); - Log.LogWarning("Package versions are inconsistent. See build log for details."); - // reduced to warning for now. - // TODO: address the complexity of LKG dependencies - // Log.LogError("Package versions are inconsistent. See build log for details."); + Log.LogError("Package versions are inconsistent. See build log for details."); } foreach (var repo in reposThatShouldPatch) diff --git a/modules/EntityFrameworkCore b/modules/EntityFrameworkCore index 32560114e3..e0a5cc1c89 160000 --- a/modules/EntityFrameworkCore +++ b/modules/EntityFrameworkCore @@ -1 +1 @@ -Subproject commit 32560114e3cf7926d8e57cbd7312129cb6f2d83d +Subproject commit e0a5cc1c89cf1d324afb489307ea68e0adb27cb1