2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="14.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-10-24 19:41:27 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<TargetFrameworks>net451;netcoreapp2.0</TargetFrameworks>
|
2016-10-24 19:41:27 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 03:52:26 +00:00
|
|
|
|
<PackageReference Include="dotnet-desktop-and-portable" Version="1.0.0-*" />
|
2016-10-24 19:41:27 +00:00
|
|
|
|
</ItemGroup>
|
2017-03-03 08:36:11 +00:00
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
|
2017-03-07 05:25:42 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="$(CLI_SharedFrameworkVersion)" />
|
2016-10-24 19:41:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 06:35:24 +00:00
|
|
|
|
<DotNetCliToolReference Include="dotnet-dependency-tool-invoker" Version="1.0.0-*" />
|
2016-10-24 19:41:27 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|