From b0b65a530a0bbf6e4af323a48cd52a5c6e7d1ad6 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 4 Oct 2018 11:07:06 -0700 Subject: [PATCH] Support using Internal.AspNetCore.Sdk as an MSBuild SDK (#1452) * Add Microsoft.AspNetCore.BuildTools.ApiCheck as an external dependency * Move the global.json files temporarily to avoid loading the wrong version of Internal.AspNetCore.Sdk --- build/dependencies.props | 1 + build/external-dependencies.props | 1 + build/repo.targets | 7 +++++++ global.json | 2 +- korebuild-lock.txt | 4 ++-- modules/Scaffolding | 2 +- 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 1399f7c92e..1289db7e62 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -14,6 +14,7 @@ $(MicrosoftNETCoreAppPackageVersion) + $(KoreBuildVersion) $(KoreBuildVersion) $(KoreBuildVersion) diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 536acd2990..61ad8e80bb 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -19,6 +19,7 @@ + diff --git a/build/repo.targets b/build/repo.targets index 63af8766c3..db936bb97c 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -79,6 +79,8 @@ + + + + + + +