Skip to content

Commit c2fb78d

Browse files
authored
Remove note about TaskBuilder.fs from the OpenApiClientProvider docs (#285)
1 parent 5b236a6 commit c2fb78d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/OpenApiClientProvider.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,9 @@ type ProdApi = OpenApiClientProvider<"https://api.example.com/swagger.json">
4343

4444
## Sample
4545

46-
Sample uses [TaskBuilder.fs](https://github.com/rspeele/TaskBuilder.fs) (F# computation expression builder for System.Threading.Tasks) that will become part of [Fsharp.Core.dll] one day [[WIP, RFC FS-1072] task support](https://github.com/dotnet/fsharp/pull/6811).
47-
4846
```fsharp
4947
open System
5048
open System.Net.Http
51-
open FSharp.Control.Tasks.V2
5249
open SwaggerProvider
5350
5451
let [<Literal>] Schema = "https://petstore.swagger.io/v2/swagger.json"

0 commit comments

Comments
 (0)