dotnet-installer/src/Microsoft.Dotnet.Sdk.Internal/Microsoft.Dotnet.Sdk.Internal.csproj
2019-05-02 10:50:02 -07:00

12 lines
374 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<!-- This is an empty project that exists to be published by DARC and trigger
dependency uptake for this repo. -->
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable Condition="$(PublishInternalAsset) == true">true</IsPackable>
<IsShipping>false</IsShipping>
</PropertyGroup>
</Project>