-
Notifications
You must be signed in to change notification settings - Fork 51
/
paket.dependencies
44 lines (35 loc) · 1.26 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
source https://api.nuget.org/v3/index.json
framework: netstandard2.0, net45
storage: none
github eiriktsarpalis/TypeShape:8.0.0 src/TypeShape/TypeShape.fs
nuget FSharp.Core >= 4.3.2 lowest_matching: true
nuget System.Reflection.Emit.Lightweight >= 4.3 lowest_matching:true, framework:netstandard2.0
nuget Newtonsoft.Json >= 10.0.1 lowest_matching:true
nuget Microsoft.SourceLink.GitHub copy_local:true
group Testing
framework: netcoreapp3.1, net472
source https://api.nuget.org/v3/index.json
storage: none
nuget FSharp.Core ~> 4.7
nuget NUnit ~> 3.9.0
nuget NUnit3TestAdapter ~> 3.9.0 version_in_path: true
nuget Microsoft.NET.Test.Sdk ~> 15.0
nuget FsCheck ~> 3.0 prerelease
nuget FsUnit ~> 3.0
nuget BenchmarkDotNet
nuget Wire
nuget protobuf-net
nuget Newtonsoft.Json
group Build
source https://api.nuget.org/v3/index.json
generate_load_scripts: true
framework: netstandard2.0
storage: none
nuget Fake.Core.UserInput ~> 5.19.0
nuget Fake.Core.ReleaseNotes ~> 5.19.0
nuget Fake.Core.Target ~> 5.19.0
nuget Fake.IO.FileSystem ~> 5.19.0
nuget Fake.DotNet.Cli ~> 5.19.0
nuget Fake.Tools.Git ~> 5.19.0
nuget Fake.Api.Github ~> 5.19.0
nuget FSharp.Formatting ~> 4.0 prerelease storage: packages