2016-12-19 22:00:25 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
2017-03-07 05:25:42 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
2016-12-19 22:00:25 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-02 20:46:21 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2016-12-19 22:00:25 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-03-03 06:35:24 +00:00
|
|
|
|
<DotNetCliToolReference Include="dotnet-nonexistingtool" Version="1.0.0" />
|
2016-12-19 22:00:25 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|