forked from fabulous-dev/Fabulous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paket.dependencies
45 lines (42 loc) · 1.82 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
framework: netstandard2.0
source https://www.nuget.org/api/v2
nuget FAKE
# dependencies used when compiling and running the library and neutral parts of samples
group neutral
framework: netstandard2.0
source https://www.nuget.org/api/v2
nuget FSharp.Core 4.3.3
nuget Xamarin.Forms 2.5.0.122203
github fable-elmish/elmish:46f0313c26266c5703d4f7dcf111fb0038393a77 src/cmd.fs
github fable-elmish/elmish:46f0313c26266c5703d4f7dcf111fb0038393a77 src/program.fs
# Dependencies used when compiling and running Android samples. We use the latest FSharp.Core and
# latest Xamarin.Forms
group androidapp
framework: monoandroid71
source https://www.nuget.org/api/v2
nuget FSharp.Core 4.3.3
nuget Xamarin.Forms
nuget Xamarin.Android.FSharp.ResourceProvider 1.0.0.14
nuget Xamarin.Android.Support.Animated.Vector.Drawable 25.4.0.2
nuget Xamarin.Android.Support.Annotations 25.4.0.2
nuget Xamarin.Android.Support.Compat 25.4.0.2
nuget Xamarin.Android.Support.Core.UI 25.4.0.2
nuget Xamarin.Android.Support.Core.Utils 25.4.0.2
nuget Xamarin.Android.Support.Design 25.4.0.2
nuget Xamarin.Android.Support.Fragment 25.4.0.2
nuget Xamarin.Android.Support.Media.Compat 25.4.0.2
nuget Xamarin.Android.Support.Transition 25.4.0.2
nuget Xamarin.Android.Support.v4 25.4.0.2
nuget Xamarin.Android.Support.v7.AppCompat 25.4.0.2
nuget Xamarin.Android.Support.v7.CardView 25.4.0.2
nuget Xamarin.Android.Support.v7.MediaRouter 25.4.0.2
nuget Xamarin.Android.Support.v7.Palette 25.4.0.2
nuget Xamarin.Android.Support.v7.RecyclerView 25.4.0.2
nuget Xamarin.Android.Support.Vector.Drawable 25.4.0.2
# Dependencies used when compiling and running iOS samples. We use the latest FSharp.Core and
# latest Xamarin.Forms
group iosapp
framework: monotouch
source https://www.nuget.org/api/v2
nuget FSharp.Core 4.3.3
nuget Xamarin.Forms