forked from jet/kafunk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
37 lines (29 loc) · 1.02 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
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
nuget FSharp.Core >= 4.3 lowest_matching: true
nuget FSharp.Control.AsyncSeq >= 2.0.21 lowest_matching: true
nuget SourceLink.Create.CommandLine copy_local: true
group Legacy
source https://api.nuget.org/v3/index.json
framework: net45
nuget FSharp.Core >= 3.1 lowest_matching: true
nuget FSharp.Control.AsyncSeq >= 2.0.21 lowest_matching: true
nuget Snappy.NET >= 1.1.1.8 lowest_matching: true
nuget SourceLink.Create.CommandLine copy_local: true
group Build
source https://api.nuget.org/v3/index.json
framework: net45
nuget FAKE
nuget FSharp.Formatting
github fsharp/FAKE modules/Octokit/Octokit.fsx
group Test
source https://api.nuget.org/v3/index.json
framework: netcoreapp2.0, net45
redirects: force
nuget FSharp.Core >= 3.1 lowest_matching: true
nuget FSharp.Control.AsyncSeq >= 2.0.21 lowest_matching: true
nuget NUnit
nuget NUnit.Runners
nuget NUnit3TestAdapter
nuget Confluent.Kafka
nuget Microsoft.NET.Test.Sdk