forked from fsprojects/FSharpPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
35 lines (30 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
source https://nuget.org/api/v2
source https://ci.appveyor.com/nuget/fsharp-formatting
source https://api.nuget.org/v3/index.json
nuget FSharp.Core ~> 4.1 redirects: force
nuget FSharp.Formatting ~> 3.1.0
nuget MathNet.Numerics.FSharp redirects: force
nuget NUnit.ConsoleRunner ~> 3.10.0
github fsharp/FAKE modules/Octokit/Octokit.fsx
# docs:
group docs
source https://api.nuget.org/v3/index.json
nuget NuGet.CommandLine
nuget FSharp.Compiler.Tools 10.2.3
nuget FAKE ~> 4.63.2
group buildfsx
source https://api.nuget.org/v3/index.json
nuget Fake.DotNet.Cli
nuget Fake.Tools.Git
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.Core.ReleaseNotes
nuget Fake.Core.UserInput
nuget Fake.Core.Target
nuget Fake.DotNet.MSBuild
nuget Fake.IO.FileSystem
nuget Fake.DotNet.Fsc
nuget Fake.Api.GitHub
nuget Fake.DotNet.Paket
nuget Fake.DotNet.Testing.NUnit
nuget Fake.BuildServer.AppVeyor
nuget Octokit