-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaket.dependencies
37 lines (32 loc) · 1.01 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
group Server
source https://api.nuget.org/v3/index.json
framework: netcoreapp2.2
storage: none
nuget Microsoft.AspNetCore
nuget Microsoft.AspNetCore.StaticFiles
nuget Fable.Remoting.Giraffe ~> 3
nuget Microsoft.Azure.Management.Storage
nuget Microsoft.Azure.Management.ResourceManager
nuget Microsoft.Azure.Management.Fluent
group Client
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget Fable.Core ~> 3
nuget Fable.Elmish ~> 3
nuget Fable.Elmish.Debugger ~> 3
nuget Fable.Elmish.HMR ~> 4
nuget Fable.Elmish.React ~> 3
nuget Fable.React ~> 5
nuget Fable.Remoting.Client ~> 5
nuget Fulma ~> 2
nuget Fable.FontAwesome.Free ~> 2
nuget Fulma.Extensions.Wikiki.Checkradio
nuget Fulma.Extensions.Wikiki.Divider
group Build
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget Fake.Core.ReleaseNotes
nuget Fake.Core.Target
nuget Fake.DotNet.Cli