-
Notifications
You must be signed in to change notification settings - Fork 34
/
paket.dependencies
50 lines (44 loc) · 1.39 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
source https://api.nuget.org/v3/index.json
storage:none
framework: net7.0
nuget Fable.Core
nuget Fable.Node
nuget Fable.Browser.Css
nuget Fable.Browser.Dom
nuget Fable.Browser.Svg
group Build
source https://api.nuget.org/v3/index.json
storage:none
framework: net7.0
nuget FSharp.Core
nuget Fake.DotNet.Cli
nuget Fake.IO.FileSystem
nuget Fake.Core.Environment
nuget Fake.Core.BuildServer
nuget Fake.Api.GitHub
nuget Fake.Tools.Git
nuget Fake.Windows.Chocolatey
nuget Fake.Core.Target
nuget Fake.DotNet.MsBuild
# https://github.com/fsprojects/FAKE/issues/2722#issuecomment-1319077969
# otherwise for multiple `Fake.DotNet` commands (like restore):
# > Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
nuget Microsoft.Build 17.3.2
nuget Microsoft.Build.Framework 17.3.2
nuget Microsoft.Build.Tasks.Core 17.3.2
nuget Microsoft.Build.Utilities.Core 17.3.2
group WebApp
source https://api.nuget.org/v3/index.json
storage:none
framework: net7.0
nuget FSharp.Core redirects:force
nuget Fable.Core
nuget Fable.Elmish
nuget Fable.Elmish.React
nuget Fable.Elmish.Browser
nuget Fable.Elmish.Debugger
nuget Fable.Elmish.HMR
nuget Fable.Promise
nuget Fable.React
nuget Fulma
nuget Fulma.Extensions.Wikiki.PageLoader