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

View File

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