Files
Terminal.Gui/FSharpExample/FSharpExample.fsproj
2018-05-17 23:15:15 -04:00

17 lines
334 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="0.9.0" />
</ItemGroup>
</Project>