forked from fsprojects/FSharp.Data.Adaptive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaket.dependencies
More file actions
40 lines (34 loc) · 1.27 KB
/
paket.dependencies
File metadata and controls
40 lines (34 loc) · 1.27 KB
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
source https://api.nuget.org/v3/index.json
redirects: off
storage: none
framework: auto-detect
nuget FSharp.Core >= 4.6.2 lowest_matching: true
nuget System.Reflection.Emit.Lightweight >= 4.6.0 lowest_matching: true
# Tests : intentionally in main group
nuget FsUnit ~> 3.4.1
nuget FsCheck ~> 2.14.0
nuget FsCheck.NUnit ~> 2.14.0
nuget Microsoft.NET.Test.Sdk ~> 16.4.0
nuget NUnit ~> 3.12.0
nuget NUnit3TestAdapter ~> 3.15.1
nuget BenchmarkDotNet ~> 0.12.0
# Fable demo
nuget Fable.Core ~> 3.1.1
nuget Fable.Browser.Dom ~> 1.1.0
group Build
framework: netstandard2.0
source https://api.nuget.org/v3/index.json
nuget fake-cli ~> 5.19.1
nuget Fake.DotNet.Cli ~> 5.19.1
nuget Fake.Core.Target ~> 5.19.1
nuget Fake.DotNet.Paket ~> 5.19.1
nuget Fake.Core.ReleaseNotes ~> 5.19.1
nuget Fake.Tools.Git ~> 5.19.1
nuget Fake.Api.GitHub ~> 5.19.1
group Docs
framework: net461
redirects: off
source https://api.nuget.org/v3/index.json
nuget FAKE ~> 4.0
nuget FSharp.Formatting ~> 3.1
nuget FSharp.Compiler.Tools ~> 10.2.3