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