16 lines
560 B
XML
16 lines
560 B
XML
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<VersionSuffix></VersionSuffix>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="prefercliruntime">
|
|
<Pack>true</Pack>
|
|
<PackagePath>/</PackagePath>
|
|
</Content>
|
|
</ItemGroup>
|
|
</Project>
|