Use Internal.AspNetCore.Sdk as an MSBuild SDK in new projects

- follow-up to 5bddd226a3
This commit is contained in:
Doug Bunting 2018-10-03 20:08:14 -07:00
parent ea80199e53
commit 5a58f81d8d
No known key found for this signature in database
GPG Key ID: 888B4EB7822B32E9
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Internal.AspNetCore.Sdk">
<PropertyGroup> <PropertyGroup>
<AssemblyName>GetDocument.Insider</AssemblyName> <AssemblyName>GetDocument.Insider</AssemblyName>
<Description>GetDocument Command-line Tool inside man</Description> <Description>GetDocument Command-line Tool inside man</Description>

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Internal.AspNetCore.Sdk">
<PropertyGroup> <PropertyGroup>
<!-- Execute PopulateNuspec fairly late. --> <!-- Execute PopulateNuspec fairly late. -->
<GenerateNuspecDependsOn>$(GenerateNuspecDependsOn);PopulateNuspec</GenerateNuspecDependsOn> <GenerateNuspecDependsOn>$(GenerateNuspecDependsOn);PopulateNuspec</GenerateNuspecDependsOn>

View File

@ -1,7 +1,4 @@
<Project> <Project Sdk="Internal.AspNetCore.Sdk">
<Sdk Name="Microsoft.NET.Sdk" />
<!-- Sdk Name="Microsoft.DotNet.GlobalTools.Sdk" / -->
<PropertyGroup> <PropertyGroup>
<!-- Execute PopulateNuspec fairly late. --> <!-- Execute PopulateNuspec fairly late. -->
<GenerateNuspecDependsOn>$(GenerateNuspecDependsOn);PopulateNuspec</GenerateNuspecDependsOn> <GenerateNuspecDependsOn>$(GenerateNuspecDependsOn);PopulateNuspec</GenerateNuspecDependsOn>