Update the FSharp Example with the news changes.

This commit is contained in:
BDisp
2020-06-07 01:41:47 +01:00
parent 549219c2b6
commit 7a464ea7a3
2 changed files with 43 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
@@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.1" />
<PackageReference Update="FSharp.Core" Version="4.7.2" />
</ItemGroup>
</Project>