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
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<PropertyGroup>
|
2017-03-02 12:46:21 -08:00
|
|
|
|
<TargetFrameworks>netcoreapp2.0;net451</TargetFrameworks>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-02 12:46:21 -08:00
|
|
|
|
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">$(PackageTargetFallback);portable-net45+win8;dnxcore50</PackageTargetFallback>
|
2017-03-08 20:03:46 -08:00
|
|
|
|
<RuntimeIdentifiers>win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;centos.7-x64;rhel.7.2-x64;debian.8-x64;fedora.24-x64;opensuse.42.1-x64</RuntimeIdentifiers>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</PropertyGroup>
|
2017-03-02 19:52:26 -08:00
|
|
|
|
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<ItemGroup>
|
2017-03-02 19:52:26 -08:00
|
|
|
|
<PackageReference Include="dotnet-desktop-and-portable" Version="1.0.0-*" />
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
</ItemGroup>
|
2017-03-02 20:38:56 -08:00
|
|
|
|
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<ItemGroup>
|
2017-03-02 22:35:24 -08:00
|
|
|
|
<DotNetCliToolReference Include="dotnet-dependency-tool-invoker" Version="1.0.0-*" />
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</ItemGroup>
|
2017-03-02 22:35:24 -08:00
|
|
|
|
</Project>
|