forked from fscheck/FsCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paket.dependencies
63 lines (53 loc) · 1.65 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
source https://www.nuget.org/api/v2
framework: auto-detect
nuget FSharp.Core = 4.2.3
nuget xunit = 2.2
nuget xunit.runner.visualstudio version_in_path: true
nuget NUnit = 3.13.1
nuget NUnit3TestAdapter version_in_path: true
nuget MSTest.TestFramework
nuget MSTest.TestAdapter version_in_path: true
// This is to allow building net452 target on *nix
// Ideally we would have this a a dev dependency only (privateasset)
// but it looks like paket can not yet do this.
nuget Microsoft.NETFramework.ReferenceAssemblies
group Tests
framework: auto-detect
source https://www.nuget.org/api/v2
nuget FSharp.Core
nuget Unquote
nuget xunit
nuget xunit.runner.visualstudio version_in_path: true
nuget Microsoft.NET.Test.Sdk
// don't want to have dependency on this from main package,
// but FsCheck can generate these reflectively, so tests need it
nuget System.Collections.Immutable
// [ FAKE GROUP ]
group Build
framework: auto-detect
source https://www.nuget.org/api/v2
source https://api.nuget.org/v3/index.json
nuget FSharp.Core
nuget Octokit
nuget Fake.Api.GitHub
nuget Fake.BuildServer.AppVeyor
nuget Fake.Core.Environment
nuget Fake.Core.Process
nuget Fake.Core.ReleaseNotes
nuget Fake.Core.SemVer
nuget Fake.Core.String
nuget Fake.Core.Target
nuget Fake.Core.Trace
nuget Fake.Core.UserInput
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Cli
nuget Fake.DotNet.MSBuild
nuget Fake.DotNet.Paket
nuget Fake.DotNet.Testing.XUnit2
nuget Fake.IO.FileSystem
nuget Fake.Tools.Git
nuget xunit.runner.console
group portable
source https://www.nuget.org/api/v2
framework: auto-detect
nuget FSharp.Core >= 4.0 lowest_matching: true, redirects: force