Bump fsharp lib version
This commit is contained in:
parent
7a4d213221
commit
ef4d143d2a
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user