12 lines
272 B
XML
12 lines
272 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Terminal.Gui" Version="1.0.0-beta.11" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|