From 46f0d193c874944a080737892283954a85fe1290 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jan 2017 14:30:11 -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 | 1 + build/common.props | 13 +++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0fd623ffdd..93f1ac47df 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,7 @@ + diff --git a/build/common.props b/build/common.props index 700582a850..f2d9508e5a 100644 --- a/build/common.props +++ b/build/common.props @@ -1,20 +1,17 @@ - + Microsoft ASP.NET Core https://github.com/aspnet/Security git $(MSBuildThisFileDirectory)Key.snk true true - Microsoft ASP.NET Core - - - + + + + \ No newline at end of file