Use Directory.Build.props/targets (#1235)

This commit is contained in:
Nate McMaster
2017-08-30 14:48:58 -07:00
committed by GitHub
parent 04fe1204a9
commit 64ed1c7945
14 changed files with 48 additions and 49 deletions

13
src/Directory.Build.props Normal file
View File

@@ -0,0 +1,13 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>