Files
Terminal.Gui/StandaloneExample/StandaloneExample.csproj

14 lines
551 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.6.1.0</AssemblyVersion>
<FileVersion>1.6.1.0</FileVersion>
<InformationalVersion>1.6.1+Branch.fixes-1741-gitversion.Sha.cc04bb37f5c7684d45833dabd3f7e1ca9c53786f</InformationalVersion>
<Version>1.6.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="1.4.0" />
</ItemGroup>
</Project>