-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaket.dependencies
More file actions
35 lines (28 loc) · 793 Bytes
/
paket.dependencies
File metadata and controls
35 lines (28 loc) · 793 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
31
32
33
34
35
source https://www.nuget.org/api/v2
group Server
storage: none
source https://api.nuget.org/v3/index.json
nuget FSharp.Core
nuget Giraffe ~> 1
nuget Microsoft.AspNetCore
nuget Microsoft.AspNetCore.StaticFiles
nuget Fable.JsonConverter
nuget Expecto
nuget Expecto.FsCheck
nuget FParsec
group Client
storage: none
source https://api.nuget.org/v3/index.json
nuget Fable.Core
nuget Fable.Elmish.Debugger
nuget Fable.Elmish.React
nuget Fable.Elmish.HMR
nuget Fulma
clitool dotnet-fable
group Build
storage: none
source https://api.nuget.org/v3/index.json
nuget FSharp.Core 4.3.4 // https://github.com/fsharp/FAKE/issues/2001
nuget Fake.Core.Target
nuget Fake.DotNet.Cli
nuget Fake.IO.FileSystem