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-10 05:17:10 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
2017-02-10 23:55:09 +00:00
|
|
|
|
|
2016-11-22 21:56:13 +00:00
|
|
|
|
<PropertyGroup>
|
2018-07-06 22:15:46 +00:00
|
|
|
|
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
2016-11-22 21:56:13 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-02-19 06:03:36 +00:00
|
|
|
|
<VersionSuffix></VersionSuffix>
|
2016-11-22 21:56:13 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="prefercliruntime">
|
|
|
|
|
<Pack>true</Pack>
|
2017-12-19 18:10:30 +00:00
|
|
|
|
<PackagePath>/</PackagePath>
|
2016-11-22 21:56:13 +00:00
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|