From 0324ac80dd04b6014139988039169b02fdd8ff68 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jan 2017 14:21:03 -0800 Subject: [PATCH] React to aspnet/KoreBuild#155 This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly --- NuGet.config | 3 ++- build/common.props | 12 ++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index ddceba3fa4..735ef3762e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,7 @@ + - \ No newline at end of file + diff --git a/build/common.props b/build/common.props index fc709ce1f5..cd34524487 100644 --- a/build/common.props +++ b/build/common.props @@ -1,6 +1,5 @@ - Microsoft ASP.NET Core @@ -11,11 +10,8 @@ true - - - - + + + + \ No newline at end of file