2016-12-20 13:29:45 -08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-03-06 21:25:42 -08:00
|
|
|
|
2016-06-17 16:16:09 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-10-29 11:26:53 -07:00
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
2019-02-20 08:07:45 +00:00
|
|
|
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(RestoreAdditionalProjectSources);$(TEST_PACKAGES)</RestoreAdditionalProjectSources>
|
2016-06-17 16:16:09 -07:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2016-10-03 21:40:24 -07:00
|
|
|
<ItemGroup>
|
2017-03-02 20:09:37 -08:00
|
|
|
<DotNetCliToolReference Include="dotnet-portable" Version="1.0.0" />
|
|
|
|
<DotNetCliToolReference Include="dotnet-prefercliruntime" Version="1.0.0" />
|
2016-10-03 21:40:24 -07:00
|
|
|
</ItemGroup>
|
2017-03-24 11:28:22 -07:00
|
|
|
</Project>
|