17 lines
430 B
XML
17 lines
430 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\build\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
<TargetFramework>netstandard1.3</TargetFramework>
|
|
<PackageTags>aspnetcore</PackageTags>
|
|
<Description>Microsoft.AspNetCore</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="@(MetaPackagePackageReference)" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|