2019-03-20 17:40:08 +00:00
|
|
|
|
<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>
|
2019-05-02 17:50:02 +00:00
|
|
|
|
<IsPackable Condition="$(PublishInternalAsset) == true">true</IsPackable>
|
2019-03-20 17:40:08 +00:00
|
|
|
|
<IsShipping>false</IsShipping>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|