-
Notifications
You must be signed in to change notification settings - Fork 10
/
paket.dependencies
75 lines (57 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
group Main
source https://www.nuget.org/api/v2
storage: none
framework: netstandard2.0
nuget FSharp.Core >= 7 lowest_matching: true
nuget Microsoft.Extensions.Logging >= 6 lowest_matching: true
nuget Microsoft.Extensions.DependencyInjection >= 6 lowest_matching: true
nuget FsToolkit.ErrorHandling ~> 4
group Json
source https://www.nuget.org/api/v2
storage: none
framework: netstandard2.0
nuget FSharp.Core >= 7 lowest_matching: true
nuget System.Text.Json >= 6 lowest_matching: true
nuget Oryx
group Newtonsoft
source https://www.nuget.org/api/v2
storage: none
framework: netstandard2.0
nuget FSharp.Core >= 7 lowest_matching: true
nuget Newtonsoft.Json
nuget Microsoft.NETCore.Platforms >= 6 lowest_matching: true
nuget Oryx
group Thoth
source https://www.nuget.org/api/v2
storage: none
framework: netstandard2.0
nuget FSharp.Core >= 7 lowest_matching: true
nuget Thoth.Json.Net
nuget Oryx
group Google
source https://www.nuget.org/api/v2
storage: none
framework: netstandard2.0
nuget FSharp.Core >= 7 lowest_matching: true
nuget Google.Protobuf ~> 3
nuget Microsoft.NETCore.Platforms >= 6 lowest_matching: true
nuget Oryx
group Test
source https://www.nuget.org/api/v2
storage: none
nuget FSharp.Core
nuget coverlet.msbuild ~> 3
nuget Unquote ~> 5
nuget xunit ~> 2
nuget xunit.runner.visualstudio ~> 2
nuget Serilog.Sinks.XUnit
nuget Microsoft.NET.Test.Sdk ~> 17
nuget FsCheck.Xunit
nuget Thoth.Json.Net
group Examples
source https://www.nuget.org/api/v2
storage: none
nuget Thoth.Json.Net
nuget Oryx
nuget Oryx.ThothJsonNet
nuget Newtonsoft.Json