2017-02-20 16:01:29 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-03-07 05:25:42 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
2016-10-11 00:13:46 +00:00
|
|
|
|
<PropertyGroup>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2016-10-28 01:46:43 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2016-10-11 00:13:46 +00:00
|
|
|
|
</PropertyGroup>
|
2017-01-04 22:17:43 +00:00
|
|
|
|
|
2016-10-11 00:13:46 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-03 03:52:26 +00:00
|
|
|
|
<PackageReference Include="ToolWithOutputName" Version="1.0.0" />
|
2016-10-11 00:13:46 +00:00
|
|
|
|
</ItemGroup>
|
2017-03-03 04:38:56 +00:00
|
|
|
|
|
2016-10-11 00:13:46 +00:00
|
|
|
|
<ItemGroup>
|
2017-03-03 04:09:37 +00:00
|
|
|
|
<DotNetCliToolReference Include="dotnet-dependency-tool-invoker" Version="1.0.0-*" />
|
2016-10-11 00:13:46 +00:00
|
|
|
|
</ItemGroup>
|
2017-02-20 16:01:29 +00:00
|
|
|
|
</Project>
|