2018-10-29 18:26:53 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2016-11-22 21:56:13 +00: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 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>
|