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

View File

@@ -1,12 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<PropertyGroup>
<Description>Socket-based RPC for Microsoft.AspNetCore.NodeServices.</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageTags>aspnetcore;aspnetcoremvc;nodeservices</PackageTags>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</PropertyGroup>
<ItemGroup>