From 1db235c6a82742c6dacf4e5300f80bced4d4302d Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jan 2017 13:55: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 | 13 +++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index 826a1f9..93f1ac4 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,7 @@ + - \ No newline at end of file + diff --git a/build/common.props b/build/common.props index 6fb16ed..f81013e 100644 --- a/build/common.props +++ b/build/common.props @@ -1,20 +1,17 @@ - + Microsoft .NET Extensions https://github.com/aspnet/Configuration git $(MSBuildThisFileDirectory)Key.snk true true - Microsoft .NET Extensions - - - + + + + \ No newline at end of file