From 1bdec6075ca2fb2e9aea4f61376339c1bbf02e1d Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jan 2017 14:27:57 -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 | 5 +++-- build/common.props | 29 +++++++++++++---------------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 2ad0f8ba84..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 5aaaae4eac..8553d1a3f0 100644 --- a/build/common.props +++ b/build/common.props @@ -1,20 +1,17 @@ - - + - - https://github.com/aspnet/StaticFiles - git - Microsoft ASP.NET Core - $(MSBuildThisFileDirectory)Key.snk - true - true - + + Microsoft ASP.NET Core + https://github.com/aspnet/StaticFiles + git + $(MSBuildThisFileDirectory)Key.snk + true + true + + + + + - - - \ No newline at end of file