-
Notifications
You must be signed in to change notification settings - Fork 73
/
paket.dependencies
63 lines (54 loc) · 1.6 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://api.nuget.org/v3/index.json
framework: netstandard2.0, net6.0
storage: none
nuget Argu
nuget BenchmarkDotNet
nuget BenchmarkDotNet.Diagnostics.Windows
nuget FParsec
nuget FSharp.Compiler.Service ~> 41.0.1
nuget Ionide.ProjInfo.ProjectSystem == 0.61.3
nuget Ionide.ProjInfo.FCS == 0.61.3
nuget Ionide.ProjInfo == 0.61.3
nuget Ionide.ProjInfo.Sln == 0.61.3
nuget FSharp.Core ~> 6.0
nuget nunit ~> 3.0
nuget System.Reactive ~> 5
nuget NUnit3TestAdapter
nuget Microsoft.NET.Test.Sdk 17.7.2
nuget Newtonsoft.Json
nuget Microsoft.Build.Locator
# don't expose as a package reference
nuget Microsoft.SourceLink.GitHub copy_local: true
# don't copy runtime assets
nuget Microsoft.Build.Framework == 17.2.0 copy_local: false
nuget Microsoft.Build.Tasks.Core copy_local: false
nuget Microsoft.Build.Utilities.Core == 17.2.0 copy_local: false
nuget Microsoft.Build == 17.2.0 copy_local: false
group Docs
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: packages
nuget FSharp.Formatting ~> 4.0
nuget Markdig
nuget Newtonsoft.Json
// [ FAKE GROUP ]
group Build
source https://api.nuget.org/v3/index.json
framework: net6.0
storage: none
strategy: min
nuget System.Reactive ~> 5
nuget MSBuild.StructuredLogger == 2.1.815
nuget FSharp.Core ~> 5.0
nuget Fake.Core.Target
nuget Fake.Core.Process
nuget Fake.DotNet.Cli
nuget Fake.Core.ReleaseNotes
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Paket
nuget Fake.Tools.Git
nuget Fake.Core.Environment
nuget Fake.Core.UserInput
nuget Fake.IO.FileSystem
nuget Fake.DotNet.MsBuild
nuget Fake.Api.GitHub