-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpaket.dependencies
64 lines (57 loc) · 1.68 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
source https://api.nuget.org/v3/index.json
storage: none
lowest_matching: true
strategy: min
nuget FSharp.Core >= 6.0.1
nuget Hopac >= 0.5.1
nuget FSharp.Control.AsyncSeq >= 3.2.1
nuget Fable.Core >= 4.2.0
nuget IcedTasks >= 0.11.4
nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
nuget Microsoft.Bcl.AsyncInterfaces >= 6.0.0 framework:netstandard2.0
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 Microsoft.Bcl.AsyncInterfaces >= 6.0.0
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 2.2.206
nuget Octokit
nuget Nuget.Common >= 6.6.1
nuget NuGet.Protocol >= 6.6.1
nuget System.Security.Cryptography.Pkcs >= 7.0.2
group analyzers
source https://api.nuget.org/v3/index.json
nuget Ionide.Analyzers
nuget G-Research.FSharp.Analyzers