From 5a58f81d8d9858d735aad21991413671cbf7dca4 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 3 Oct 2018 20:08:14 -0700 Subject: [PATCH] Use Internal.AspNetCore.Sdk as an MSBuild SDK in new projects - follow-up to 5bddd226a3 --- src/GetDocumentInsider/GetDocumentInsider.csproj | 2 +- .../Microsoft.Extensions.ApiDescription.Client.csproj | 2 +- src/dotnet-getdocument/dotnet-getdocument.csproj | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/GetDocumentInsider/GetDocumentInsider.csproj b/src/GetDocumentInsider/GetDocumentInsider.csproj index 3189f54d75..93849f9cc4 100644 --- a/src/GetDocumentInsider/GetDocumentInsider.csproj +++ b/src/GetDocumentInsider/GetDocumentInsider.csproj @@ -1,4 +1,4 @@ - + GetDocument.Insider GetDocument Command-line Tool inside man diff --git a/src/Microsoft.Extensions.ApiDescription.Client/Microsoft.Extensions.ApiDescription.Client.csproj b/src/Microsoft.Extensions.ApiDescription.Client/Microsoft.Extensions.ApiDescription.Client.csproj index 94e5128a4d..daec0b3b26 100644 --- a/src/Microsoft.Extensions.ApiDescription.Client/Microsoft.Extensions.ApiDescription.Client.csproj +++ b/src/Microsoft.Extensions.ApiDescription.Client/Microsoft.Extensions.ApiDescription.Client.csproj @@ -1,4 +1,4 @@ - + $(GenerateNuspecDependsOn);PopulateNuspec diff --git a/src/dotnet-getdocument/dotnet-getdocument.csproj b/src/dotnet-getdocument/dotnet-getdocument.csproj index a5f550c9e8..53967535a7 100644 --- a/src/dotnet-getdocument/dotnet-getdocument.csproj +++ b/src/dotnet-getdocument/dotnet-getdocument.csproj @@ -1,7 +1,4 @@ - - - - + $(GenerateNuspecDependsOn);PopulateNuspec