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

9 lines
240 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>
</PropertyGroup>
</Project>