Skip to content
Snippets Groups Projects
AttemptAnConsoleApp.csproj 170 B
Newer Older
<Project Sdk="Microsoft.NET.Sdk">

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

</Project>