-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaket.dependencies
62 lines (49 loc) · 2.07 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
group Core
strategy: min
storage: none
source https://api.nuget.org/v3/index.json
framework: net461, netstandard2.0
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget FParsec >= 1.1.1 lowest_matching: true
source https://gitlab.com/api/v4/projects/28574921/packages/nuget/index.json
nuget FSharpMyExt >= 2.0.0-prerelease.8 lowest_matching: true
group LanguageServer
strategy: min
storage: none
source https://api.nuget.org/v3/index.json
framework: net461, netcoreapp3.1
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget FParsec >= 1.1.1 lowest_matching: true
nuget Newtonsoft.Json >= 12.0.3 lowest_matching: true
github gretmn102/LSP-API src/LanguageServerProtocol.fs
source https://gitlab.com/api/v4/projects/28574921/packages/nuget/index.json
nuget FSharpMyExt >= 2.0.0-prerelease.8 lowest_matching: true
group Cli
strategy: min
storage: none
source https://api.nuget.org/v3/index.json
framework: net461, netcoreapp3.1
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget Argu >= 6.1.1 lowest_matching: true
source https://gitlab.com/api/v4/projects/28574921/packages/nuget/index.json
nuget FSharpMyExt >= 2.0.0-prerelease.8 lowest_matching: true
group Tests
strategy: min
storage: none
source https://api.nuget.org/v3/index.json
framework: net461, netcoreapp3.1
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget Fuchu >= 1.1 lowest_matching: true
nuget Argu >= 6.1.1 lowest_matching: true
source https://gitlab.com/api/v4/projects/28574921/packages/nuget/index.json
nuget FSharpMyExt >= 2.0.0-prerelease.8 lowest_matching: true
group Build
strategy: min
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget Fake.Core.ReleaseNotes >= 5.20.4 lowest_matching: true
nuget Fake.Core.Target >= 5.20.4 lowest_matching: true
nuget Fake.DotNet.Cli >= 5.20.4 lowest_matching: true
nuget Fake.IO.FileSystem >= 5.20.4 lowest_matching: true