2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.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-28 01:46:43 +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>
|
2017-04-25 22:03:07 +00:00
|
|
|
|
<!-- Issue: https://github.com/dotnet/sdk/issues/1150 -->
|
2017-06-14 07:27:26 +00:00
|
|
|
|
<DisableImplicitAssetTargetFallback>true</DisableImplicitAssetTargetFallback>
|
2016-10-28 01:46:43 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|