forked from ionide/proj-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
49 lines (40 loc) · 1.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
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: net5.0
nuget FSharp.Core
nuget FSharp.Compiler.Service ~> 39.0
nuget Argu
# copy_local: true doesn't expose sourcelink as a package dependency
nuget Microsoft.SourceLink.GitHub 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 Newtonsoft.Json
nuget Fsharp.Control.Reactive
nuget SemanticVersioning
github TheAngryByrd/FsLibLog src/FsLibLog/FsLibLog.fs
// [ FAKE GROUP ]
group Build
source https://api.nuget.org/v3/index.json
framework: netstandard2.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