2018-10-29 11:26:53 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2016-11-22 13:56:13 -08:00
|
|
|
|
<PropertyGroup>
|
2019-03-31 01:02:28 +00:00
|
|
|
|
<!-- netcoreapp2.2 is the maximum TFM project tools support -->
|
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2016-11-22 13:56:13 -08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-02-18 22:03:36 -08:00
|
|
|
|
<VersionSuffix></VersionSuffix>
|
2016-11-22 13:56:13 -08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="prefercliruntime">
|
|
|
|
|
<Pack>true</Pack>
|
2017-12-19 10:10:30 -08:00
|
|
|
|
<PackagePath>/</PackagePath>
|
2016-11-22 13:56:13 -08:00
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|