-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpaket.dependencies
45 lines (34 loc) · 970 Bytes
/
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
framework: auto-detect
source https://nuget.org/api/v2
nuget FSharp.Core
nuget Argu
nuget Expecto
nuget Expecto.BenchmarkDotNet
nuget Expecto.FsCheck
nuget Expecto.VisualStudio.TestAdapter version_in_path: true
clitool dotnet-fake
group Streamer
lowest_matching: true
source https://nuget.org/api/v2
nuget FSharp.Core >= 4.5.2
nuget Newtonsoft.Json !>= 12.0.2 lowest_matching: true
nuget Http.fs !>= 5.3.0
group Formatting
source https://nuget.org/api/v2
source https://ci.appveyor.com/nuget/fsharp-formatting
nuget FSharp.Formatting prerelease
nuget FSharp.Formatting.CommandTool prerelease
group FakeBuild
source https://api.nuget.org/v3/index.json
storage: none
nuget Fake.Core.Target
nuget Fake.IO.FileSystem
nuget Fake.DotNet.Cli
nuget Fake.Tools.Git
nuget Fake.DotNet.MSBuild
nuget Fake.Core.ReleaseNotes
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Paket
nuget Fake.DotNet.Testing.Expecto
nuget Fake.DotNet.FSFormatting
nuget Fake.Api.GitHub