Sample using F#

This commit is contained in:
miguel
2018-05-17 22:26:16 -04:00
parent be046ec037
commit 073308bd88
5 changed files with 921 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<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>