-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
43 lines (36 loc) · 1.58 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
group Main
strategy: min
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage:none
nuget FSharp.Core >= 5.0.1 lowest_matching: true
nuget Fable.Core >= 4.0 lowest_matching: true
nuget Fable.React >= 9.3 lowest_matching: true
nuget Feliz >= 2.6 lowest_matching: true
nuget Fable.FontAwesome.Free >= 3.0 lowest_matching: true
nuget Fulma >= 3.0 lowest_matching: true
source https://gitlab.com/api/v4/projects/28574921/packages/nuget/index.json
nuget FSharpMyExt >= 2.0.0-prerelease.3 lowest_matching: true
nuget IfEngine >= 2.0.0-prerelease.4 lowest_matching: true
group TestGame
strategy: min
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage:none
nuget FSharp.Core >= 5.0.1 lowest_matching: true
nuget Fable.Core >= 4.0 lowest_matching: true
nuget Fable.Elmish >= 4.0.2 lowest_matching: true
nuget Fable.Elmish.React >= 4.0 lowest_matching: true
source https://gitlab.com/api/v4/projects/28574921/packages/nuget/index.json
nuget FSharpMyExt >= 2.0.0-prerelease.3 lowest_matching: true
nuget IfEngine >= 2.0.0-prerelease.4 lowest_matching: true
group Build
strategy: min
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget FSharp.Core >= 5.0.1 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