-
Notifications
You must be signed in to change notification settings - Fork 7
/
paket.dependencies
49 lines (40 loc) · 1.96 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
framework: auto-detect
storage: none
source https://api.nuget.org/v3/index.json
////////////////////////////////////////////////////////////////////////
// dotnet
nuget FSharp.Core >= 8.0.0 lowest_matching: true
nuget Nullable >= 1.3.1 lowest_matching: true
nuget System.Collections.Immutable >= 8.0.0 lowest_matching: true
nuget System.Text.Json >= 8.0.5 lowest_matching: true
////////////////////////////////////////////////////////////////////////
// https://github.com/aardvark-platform/aardvark.base
nuget Aardvark.Base ~> 5.3.0
nuget Aardvark.Base.IO ~> 5.3.0
nuget Aardvark.Base.Tensors ~> 5.3.0
nuget Aardvark.Geometry ~> 5.3.0
////////////////////////////////////////////////////////////////////////
// https://github.com/aardvark-platform/aardvark.rendering
nuget Aardvark.Rendering.Common >= 5.5.0 lowest_matching: true
nuget Aardvark.Application.Utilities ~> 5.5.0
nuget Aardvark.Application.Slim.Vulkan ~> 5.5.0
////////////////////////////////////////////////////////////////////////
// https://github.com/aardvark-community/aardvark.data.durable.dotnet
nuget Aardvark.Data.Durable ~> 0.4.4
nuget Aardvark.Data.Durable.Codec ~> 0.4.4
////////////////////////////////////////////////////////////////////////
// 3rd-party
nuget Crc32.NET ~> 1.2.0
nuget Uncodium.Eigensystems ~> 1.1.2
nuget Uncodium.SimpleStore ~> 3.0.29
nuget Unofficial.DotSpatial.Projections ~> 0.0.4
nuget sharpcompress ~> 0.30.0 // only used in Apps/heracli
// BUILD
nuget Aardvark.Build ~> 2.0.3
group Test
framework: net8.0
storage: none
source https://api.nuget.org/v3/index.json
nuget Microsoft.NET.Test.Sdk ~> 17.10.0
nuget NUnit ~> 4.1.0
nuget NUnit3TestAdapter ~> 4.5.0