Fsharp example updated with the Demo version. (#407)

* Added solution file to the FSharpExample project.

* Updated Terminal.Gui and FSharp.Core nuget packages

* Removed the Terminal.Gui nuget package and added the project itself.

* Added a new FrameView constructor with an array of views.

* Changed FSharp Example with the Example Demo file version.

* Fixes the Box10x() issue.
This commit is contained in:
BDisp
2020-04-29 16:08:42 +01:00
committed by GitHub
parent c310716fcd
commit 42fe890072
5 changed files with 491 additions and 30 deletions

View File

@@ -10,7 +10,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Terminal.Gui" Version="0.9.0" />
<ProjectReference Include="..\Terminal.Gui\Terminal.Gui.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.1" />
</ItemGroup>
</Project>