-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaket.dependencies
64 lines (54 loc) · 1.64 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
60
61
62
63
group Server
source https://api.nuget.org/v3/index.json
framework: netcoreapp2.2
storage: none
nuget FSharp.Core
nuget Giraffe
nuget Microsoft.AspNetCore
nuget Microsoft.AspNetCore.StaticFiles
nuget Microsoft.AspNetCore.WebSockets
nuget Microsoft.Extensions.Configuration
nuget Thoth.Json.Giraffe
group Client
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
nuget Fable.Core ~> 2
nuget Fable.Elmish ~> 2
nuget Fable.Elmish.Debugger ~> 2
nuget Fable.Elmish.React ~> 2
nuget Fable.Elmish.HMR ~> 2
nuget Fable.React ~> 4
nuget Fulma
nuget Fable.FontAwesome.Free
nuget Thoth.Elmish.FormBuilder
nuget Thoth.Elmish.FormBuilder.BasicFields
group Entity
storage none
source https://www.nuget.org/api/v2
framework netcoreapp2.2
nuget Microsoft.EntityFrameworkCore.Tools
nuget Microsoft.EntityFrameworkCore.Design
nuget Microsoft.EntityFrameworkCore.Relational
nuget Microsoft.EntityFrameworkCore.SqlServer
nuget Npgsql.EntityFrameworkCore.PostgreSQL
group Tests
storage none
source https://www.nuget.org/api/v2
framework netcoreapp2.2
nuget FSharp.Core
nuget Expecto
nuget Expecto.BenchmarkDotNet
nuget Expecto.FsCheck
nuget Expecto.Hopac
nuget canopy
nuget Selenium.WebDriver.ChromeDriver
group Build
source https://api.nuget.org/v3/index.json
framework: netstandard2.0
storage: none
clitool dotnet-fake
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