StandaloneExample.csproj 314 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <LangVersion>latest</LangVersion>
  4. <OutputType>Exe</OutputType>
  5. <TargetFramework>netcoreapp2.0</TargetFramework>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Terminal.Gui" Version="0.81.0" />
  9. </ItemGroup>
  10. </Project>