aspnetcore/src/runtime.win.Microsoft.AspNe.../runtime.win.Microsoft.AspNe...

15 lines
491 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(DotNetRestoreSourcePropsPath)" Condition="'$(DotNetRestoreSourcePropsPath)' != ''"/>
<PropertyGroup>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PackageTags>aspnetcore</PackageTags>
<Description>runtime.win.Microsoft.AspNetCore.App</Description>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
</Project>