From 7ee45afed40e85652545f037cd9c3e04dd385493 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jan 2017 14:01:15 -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 | 9 +++++---- build/common.props | 11 ++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/NuGet.config b/NuGet.config index b0b61c2fe0..93f1ac47df 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,7 +1,8 @@ - + + - - + + - \ No newline at end of file + diff --git a/build/common.props b/build/common.props index 010c8f79aa..fd3cb24b9c 100644 --- a/build/common.props +++ b/build/common.props @@ -1,8 +1,8 @@ - + Microsoft .NET https://github.com/aspnet/DotNetTools git $(MSBuildThisFileDirectory)Key.snk @@ -10,11 +10,8 @@ true - - - + + + \ No newline at end of file