-
Notifications
You must be signed in to change notification settings - Fork 9
/
paket.dependencies
59 lines (44 loc) · 1.83 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
framework: netstandard2.0, net8.0
storage: none
source https://api.nuget.org/v3/index.json
nuget Aardvark.Build ~> 2.0.0
nuget FSharp.Core >= 8.0.0 lowest_matching: true
nuget System.Collections.Immutable >= 8.0.0 lowest_matching: true
nuget System.Reflection.Metadata >= 8.0.0 lowest_matching: true
nuget System.Text.Json >= 8.0.5 lowest_matching: true
nuget System.Dynamic.Runtime ~> 4.3.0
nuget Aardvark.Base.TypeProviders ~> 4.5.15
nuget FSharp.Data.Adaptive ~> 1.2.0
nuget CSharp.Data.Adaptive ~> 1.2.0
nuget Unofficial.LibTessDotNet ~> 2.0.2
nuget FsPickler ~> 5.3.2
nuget FsPickler.Json ~> 5.3.2
nuget Unofficial.Typography ~> 0.1.0
nuget FuzzySharp ~> 2.0.2
nuget SingleFileExtractor.Core ~> 2.2.1
group CodeGenerator
framework net8.0
storage: none
source https://api.nuget.org/v3/index.json
nuget Microsoft.NETFramework.ReferenceAssemblies = 1.0.0
nuget Microsoft.CodeAnalysis.CSharp ~> 4.1.0
group Demo
framework net8.0
storage: none
source https://api.nuget.org/v3/index.json
nuget System.Reactive ~> 6.0.0
nuget CSharp.Data.Adaptive ~> 1.2.0
group Test
framework: net8.0
storage: none
source https://api.nuget.org/v3/index.json
nuget NUnit ~> 3.14.0
nuget FsUnit ~> 5.6.1
nuget FsCheck ~> 2.16.6
nuget FsCheck.NUnit ~> 2.16.6
nuget NUnit3TestAdapter ~> 4.5.0
nuget Microsoft.NET.Test.Sdk ~> 17.9.0
nuget Expecto ~> 10.2.1
nuget Expecto.FsCheck ~> 10.2.1
nuget YoloDev.Expecto.TestSdk ~> 0.14.3
nuget BenchmarkDotNet ~> 0.13.12