Files
Terminal.Gui/Example/Example.csproj
Tig Kindel dd48651da3 Fixes #1693 (Charmap wide runes) by upgrading to Nstack.core 0.17 (#1718)
* Fixes #1693 (Charmap wide runes) by upgrading to Nstack.core 0.17

* Upgraded Example to NStack.Core 0.17
2022-05-26 13:16:25 -07:00

17 lines
374 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NStack.Core" Version="0.17.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
</ItemGroup>
</Project>