-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpaket.dependencies
More file actions
32 lines (24 loc) · 858 Bytes
/
paket.dependencies
File metadata and controls
32 lines (24 loc) · 858 Bytes
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
# https://fsprojects.github.io/Paket/nuget-dependencies.html
source https://api.nuget.org/v3/index.json
storage: none
framework: netstandard2.0, netstandard2.1, net6.0, net8.0, net9.0, net10.0
nuget FSharp.Core >= 5.0.0 lowest_matching: true
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
group Test
source https://api.nuget.org/v3/index.json
storage: none
framework: net9.0
nuget FSharp.Core
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
nuget Microsoft.NET.Test.Sdk ~> 16
nuget xunit ~> 2
nuget xunit.runner.visualstudio ~> 2
group Examples
source https://api.nuget.org/v3/index.json
storage: none
framework: net10.0
nuget FSharp.Core
nuget Fable.Core >= 5.0.0-rc.1 lowest_matching: true
nuget Feliz.ViewEngine
nuget Zanaptak.TypedCssClasses
nuget FSharp.Control.AsyncRx