- <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>
|