forked from fsprojects/FSharpLint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
56 lines (47 loc) · 1.35 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
source https://api.nuget.org/v3/index.json
framework: netstandard2.0, net5.0
storage: none
nuget Argu
nuget BenchmarkDotNet
nuget BenchmarkDotNet.Diagnostics.Windows
nuget FParsec
nuget FSharp.Compiler.Service ~> 40.0
nuget Ionide.ProjInfo.ProjectSystem ~> 0.53.0
nuget Ionide.ProjInfo.FCS ~> 0.53.0
nuget FSharp.Core
nuget nunit
nuget NUnit3TestAdapter
nuget Microsoft.NET.Test.Sdk
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 copy_local: false
nuget Microsoft.Build.Tasks.Core copy_local: false
nuget Microsoft.Build.Utilities.Core copy_local: false
nuget Microsoft.Build copy_local: false
group Docs
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: symlink
nuget FSharp.Formatting ~> 4.0
nuget Markdig
nuget Newtonsoft.Json
// [ 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