-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
paket.dependencies
52 lines (44 loc) · 1.43 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
source https://api.nuget.org/v3/index.json
# this is the FCS nightly feed, re-enable at your own risk!
# source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
storage: none
framework: net6.0, net7.0
nuget FSharp.Core
nuget FSharp.Compiler.Service >= 7.0.400
nuget Argu
# copy_local: true because this is a build-time dependency only
nuget Dotnet.ReproducibleBuilds copy_local: true
nuget GitHubActionsTestLogger
nuget Ionide.KeepAChangelog.Tasks copy_local:true
nuget Expecto
nuget Expecto.Diff
nuget Expecto.TestResults
nuget MedallionShell ~> 1.5.0
# copy_local: false excludes runtime assets (desired for msbuild)
nuget Microsoft.Build copy_local: false
nuget Microsoft.Build.Framework copy_local: false
nuget Microsoft.Build.Utilities.Core copy_local: false
nuget Microsoft.Build.Tasks.Core copy_local: false
nuget Microsoft.NET.Test.Sdk
nuget Newtonsoft.Json
nuget Fsharp.Control.Reactive
nuget SemanticVersioning
nuget YoloDev.Expecto.TestSdk
// [ FAKE GROUP ]
group Build
source https://api.nuget.org/v3/index.json
framework: net6.0
storage: none
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
nuget MSBuild.StructuredLogger