2016-12-20 21:29:45 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-03-07 05:25:42 +00:00
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
2016-06-17 23:16:09 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-07-06 22:15:46 +00:00
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
2018-04-19 23:16:12 +00:00
|
|
|
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;rhel.6-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64;linux-musl-x64</RuntimeIdentifiers>
|
2017-08-29 16:59:38 +00:00
|
|
|
<RestoreAdditionalProjectSources Condition="'$(TEST_PACKAGES)' != ''">$(TEST_PACKAGES)</RestoreAdditionalProjectSources>
|
2016-06-17 23:16:09 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2016-10-04 04:40:24 +00:00
|
|
|
<ItemGroup>
|
2017-03-03 04:09:37 +00:00
|
|
|
<DotNetCliToolReference Include="dotnet-portable" Version="1.0.0" />
|
|
|
|
<DotNetCliToolReference Include="dotnet-prefercliruntime" Version="1.0.0" />
|
2016-10-04 04:40:24 +00:00
|
|
|
</ItemGroup>
|
2017-03-24 18:28:22 +00:00
|
|
|
</Project>
|