forked from fsprojects/FAKE
-
Notifications
You must be signed in to change notification settings - Fork 1
/
paket.dependencies
119 lines (106 loc) · 4.32 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
version 5.5
source https://api.nuget.org/v3/index.json
content: none
group DocsLegacyV4
source https://api.nuget.org/v3/index.json
nuget FAKE ~> 4.0
group DocsLegacyV5
source https://api.nuget.org/v3/index.json
nuget FAKE ~> 5.0
group Build
source https://api.nuget.org/v3/index.json
content: none
nuget FSharp.Core
nuget NuGet.CommandLine
nuget FSharp.Formatting ~> 4.1
nuget FSharp.Formatting.CommandTool ~> 4.1
nuget SourceLink.Fake
nuget ILRepack
nuget Newtonsoft.Json
github fsharp/FAKE modules/Octokit/Octokit.fsx
// [ FAKE GROUP ]
group NetcoreBuild
source https://api.nuget.org/v3/index.json
// FAKE_MYGET_FEED (don't edit this line)
framework: netstandard2.0, net6.0
storage: none
nuget FSharp.Control.Reactive
nuget System.Reactive
nuget FSharp.Core
nuget Suave
nuget System.AppContext prerelease
nuget Paket.Core
nuget Fake.Api.GitHub prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.Core.Target prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.Core.SemVer prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.BuildServer.AppVeyor prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.BuildServer.TeamCity prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.BuildServer.Travis prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.BuildServer.TeamFoundation prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.BuildServer.GitLab prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.IO.FileSystem prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.IO.Zip prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.Core.ReleaseNotes prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.AssemblyInfoFile prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.MsBuild prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.Cli prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.NuGet prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.Paket prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.FSFormatting prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.Testing.MSpec prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.Testing.XUnit2 prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.DotNet.Testing.NUnit prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.Windows.Chocolatey prerelease // FAKE_VERSION (don't edit this line)
nuget Fake.Tools.Git prerelease // FAKE_VERSION (don't edit this line)
nuget Mono.Cecil prerelease
nuget Octokit
nuget Newtonsoft.Json
// New group because of FSharp.Core 4.5 upgrade, see https://github.com/fsharp/FAKE/pull/2011
group netcorerunner
source https://api.nuget.org/v3/index.json
framework: net472, netstandard2.0, netcoreapp2.1, net6.0
storage: none
nuget FSharp.Core
nuget Paket.Core
nuget Mono.Cecil
nuget Microsoft.NETCore.App framework: netstandard1.6, netstandard2.0, netcoreapp1.1
nuget NETStandard.Library
nuget Packaging.Targets
nuget FSharp.Compiler.Service
nuget System.Runtime.Loader
// Testing
nuget Expecto ~> 8
nuget YoloDev.Expecto.TestSdk
nuget Microsoft.TestPlatform.TestHost
nuget Expecto.TestResults
nuget Expecto.FsCheck
nuget FsCheck
nuget FParsec // commandline tests
nuget Newtonsoft.Json
group netcore
source https://api.nuget.org/v3/index.json
framework: net472, netstandard2.0, netcoreapp2.1, net6.0
storage: none
nuget DotNet.Xdt
nuget FSharp.Core
nuget FSharp.Compiler.Service
nuget System.Reactive
nuget FParsec
nuget Octokit
nuget Newtonsoft.Json
nuget Paket.Core
nuget NuGet.Protocol
nuget NuGet.Packaging
nuget Mono.Cecil prerelease
nuget Mono.Posix.NETStandard
nuget FSharp.Control.Reactive
nuget MSBuild.StructuredLogger
nuget Microsoft.Build
nuget Microsoft.Build.Framework
nuget Microsoft.Build.Tasks.Core
nuget Microsoft.Build.Utilities.Core
nuget BlackFox.VsWhere
nuget System.Runtime.Loader
nuget System.Collections.Immutable
nuget System.Data.SqlClient
nuget Microsoft.SqlServer.SqlManagementObjects