Bump fsharp lib version

This commit is contained in:
Ben Adams 2021-01-04 10:08:08 +00:00
parent 7a4d213221
commit ef4d143d2a
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
@ -14,7 +14,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ply" Version="0.1.7" />
<PackageReference Include="Ply" Version="0.3.1" />
</ItemGroup>
</Project>

View File

@ -2,8 +2,7 @@
open System
open System.Diagnostics
open System.Threading.Tasks
open FSharp.Control.Tasks.Builders
open FSharp.Control.Tasks
let call i = async {
do! Async.Sleep 1