forked from InquisitorJax/Xamarin-Forms-Lottie-Onboarding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
27 lines (27 loc) · 815 Bytes
/
project.json
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
{
"supports": {},
"dependencies": {
"Acr.UserDialogs": "6.5.1",
"Autofac": "4.6.1",
"Com.Airbnb.Xamarin.Forms.Lottie": "2.3.4",
"FluentValidation": "7.1.1",
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.1",
"Plugin.MediaManager.Forms": "0.4.3",
"Plugin.Share": "7.0.1",
"Prism.Core": "6.3.0",
"sqlite-net-pcl": "1.4.118",
"Syncfusion.Xamarin.SfListView": "15.3.0.29",
"Syncfusion.Xamarin.SfRadialMenu": "15.3.0.29",
"Syncfusion.Xamarin.SfRotator": "15.3.0.29",
"Toasts.Forms.Plugin": "3.2.1",
"Xam.Plugins.Forms.ImageCircle": "1.8.1",
"Xam.Plugins.Messaging": "4.0.0",
"Xamarin.Forms": "2.3.4.270"
},
"frameworks": {
"netstandard1.4": {
"imports": "portable-net45+win8+wpa81+wp8"
}
}
}