aboutsummaryrefslogtreecommitdiff
blob: d453e9a07115e38f587d8e299b4fc2d68f0f4d74 (plain)
1
2
3
4
5
6
7
8
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.1</TargetFramework>
  </PropertyGroup>

</Project>