-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpaket.dependencies
More file actions
41 lines (35 loc) · 1 KB
/
paket.dependencies
File metadata and controls
41 lines (35 loc) · 1 KB
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
framework: netstandard2.0, net8.0
source https://api.nuget.org/v3/index.json
nuget FSharp.Core >= 4.3.4 lowest_matching:true
nuget Expecto
nuget Expecto.FsCheck
nuget FsCheck
nuget Microsoft.NET.Test.Sdk
nuget YoloDev.Expecto.TestSdk
group Test.Fable
framework: netstandard2.0
source https://api.nuget.org/v3/index.json
nuget Fable.Core
nuget Fable.Mocha
nuget FSharp.Core
group Build
framework net8.0
source https://api.nuget.org/v3/index.json
nuget FSharp.Core
nuget Fake.Core.Target
nuget Fake.Core.ReleaseNotes
nuget Fake.IO.FileSystem
nuget Fake.Tools.Git
nuget Fake.Runtime
nuget Fake.DotNet.Paket
nuget Fake.DotNet.AssemblyInfoFile
nuget Fake.DotNet.Cli
nuget Fake.DotNet.MSBuild
nuget Fake.DotNet.Testing.Expecto
nuget Fake.DotNet.FSFormatting
nuget Fake.JavaScript.Yarn
//Pinned for net8 (see https://github.com/fsprojects/FAKE/issues/2722)
nuget Microsoft.Build ~> 17.11.48
nuget Microsoft.Build.Framework ~> 17.11.48
nuget Microsoft.Build.Tasks.Core ~> 17.11.48
nuget Microsoft.Build.Utilities.Core ~> 17.11.48