dotnet-installer/TestAssets/TestPackages/dotnet-prefercliruntime/dotnet-prefercliruntime.csproj

16 lines
420 B
XML
Raw Normal View History

2018-10-29 18:26:53 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!-- netcoreapp2.2 is the maximum TFM project tools support -->
<TargetFramework>netcoreapp2.2</TargetFramework>
<OutputType>Exe</OutputType>
<VersionSuffix></VersionSuffix>
</PropertyGroup>
<ItemGroup>
<Content Include="prefercliruntime">
<Pack>true</Pack>
<PackagePath>/</PackagePath>
</Content>
</ItemGroup>
</Project>