mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Updating nuget package and fixing nonworking code. * Adding some more improvements and launch for UseSystemConsole. * Fixes layout issue. * Also added a launch for UseSystemConsole for the Example project. * Fixing unit tests. * Trying fixing timeouts duplicate keys.
13 lines
306 B
XML
13 lines
306 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Terminal.Gui" Version="1.4.0" />
|
|
</ItemGroup>
|
|
</Project>
|