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-08-17 23:07:28 -07:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-04-25 15:03:07 -07:00
|
|
|
|
<!-- Issue: https://github.com/dotnet/sdk/issues/1150 -->
|
2017-06-14 00:27:26 -07:00
|
|
|
|
<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|