-
Notifications
You must be signed in to change notification settings - Fork 2
/
paket.dependencies
44 lines (37 loc) · 1.1 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
version 5.176.6
source https://api.nuget.org/v3/index.json
storage: none
framework: net5.0
redirects: off
// Code
nuget FSharp.Core ~> 5
nuget Microsoft.CodeAnalysis.CSharp.Workspaces ~> 3
nuget FParsec ~> 1
nuget BlackFox.ColoredPrintf ~> 1
// Unit tests
nuget Expecto ~> 9
nuget NFluent ~> 2
// Build infrastructure
group build
source https://api.nuget.org/v3/index.json
storage: none
framework: net5.0
nuget FSharp.Core ~> 5
nuget System.ValueTuple ~> 4.5
nuget BlackFox.Fake.BuildTask
nuget Octokit 0.48 // Fake.Api.GitHub 5.20.4 references 0.48+ but 0.50 has some incompatible Api changes
nuget Fake.Core.Target
nuget Fake.Core.Environment
nuget Fake.Core.Process
nuget Fake.Core.Trace
nuget Fake.Core.ReleaseNotes
nuget Fake.Core.UserInput
nuget Fake.IO.FileSystem
nuget Fake.IO.Zip
nuget Fake.Tools.Git
nuget Fake.DotNet.Cli
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Testing.Expecto
nuget Fake.DotNet.Paket
nuget Fake.BuildServer.GitHubActions
nuget Fake.Api.GitHub