12 lines
374 B
XML
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>
|