-
Notifications
You must be signed in to change notification settings - Fork 59
/
paket.dependencies
80 lines (65 loc) · 1.69 KB
/
paket.dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
source https://api.nuget.org/v3/index.json
storage: none
nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
group NetStandard2
source https://api.nuget.org/v3/index.json
lowest_matching: true
strategy: min
nuget FSharp.Core >= 4.7.2
nuget Ply
nuget Hopac
nuget FSharp.Control.AsyncSeq
nuget Fable.Core >= 4.2.0
framework: netstandard2.0, net6.0
storage: none
condition: netstandard2_0
group NetStandard2_1
source https://api.nuget.org/v3/index.json
lowest_matching: true
strategy: min
nuget FSharp.Core >= 7.0.0
nuget Hopac
nuget FSharp.Control.AsyncSeq
nuget IcedTasks >= 0.7.0
framework: netstandard2.1, net7.0
storage: none
condition: netstandard2_1
group Test
source https://api.nuget.org/v3/index.json
storage: none
lowest_matching: true
strategy: min
nuget FSharp.Core ~> 7.0.0
nuget Expecto
nuget Expecto.Hopac
nuget Microsoft.NET.Test.Sdk
nuget YoloDev.Expecto.TestSdk
nuget Fable.Core
nuget Fable.Mocha
nuget Fable.Python
nuget Fable.Pyxpecto
nuget Ply
group Benchmarks
source https://api.nuget.org/v3/index.json
storage: none
nuget FSharp.Core
nuget BenchmarkDotNet
nuget BenchmarkDotNet.Annotations
nuget BenchmarkDotNet.Diagnostics.Windows
// [ FAKE GROUP ]
group Build
source https://api.nuget.org/v3/index.json
storage: none
nuget FSharp.Core
nuget Fake.Core.Target 5.22.0
nuget Fake.DotNet.Cli 5.22.0
nuget Fake.Core.ReleaseNotes 5.22.0
nuget Fake.DotNet.AssemblyInfoFile 5.22.0
nuget Fake.DotNet.Paket 5.22.0
nuget Fake.DotNet.Testing.Expecto 5.22.0
nuget Fake.Tools.Git 5.22.0
nuget Fake.JavaScript.Npm 5.22.0
nuget Fake.Api.GitHub 5.22.0
nuget Fake.BuildServer.GitHubActions 5.22.0
nuget MSBuild.StructuredLogger
nuget Octokit