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