-
Notifications
You must be signed in to change notification settings - Fork 11
/
project.json
31 lines (31 loc) · 993 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
28
29
30
31
{
"supports": {},
"dependencies": {
"Autofac": "4.6.0",
"FluentValidation": "7.1.0",
"HockeySDK.Xamarin": "4.1.5",
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "1.6.1",
"Plugin.Share": "6.1.0.19-beta",
"Prism.Core": "6.3.0",
"sqlite-net-pcl": "1.3.3",
"Syncfusion.Xamarin.Pdf": "15.2.0.43",
"Syncfusion.Xamarin.SfBusyIndicator": "15.2.0.43",
"Syncfusion.Xamarin.SfCalendar": "15.2.0.43",
"Syncfusion.Xamarin.SfListView": "15.2.0.43",
"Syncfusion.Xamarin.SfPdfViewer": "15.2.0.43",
"Syncfusion.Xamarin.SfSchedule": "15.2.0.43",
"Toasts.Forms.Plugin": "3.2.0",
"Xam.Plugin.Connectivity": "2.3.0",
"Xam.Plugin.ExternalMaps": "3.0.10",
"Xam.Plugin.Geolocator": "3.0.4",
"Xam.Plugins.Messaging": "4.0.0",
"Xamarin.Forms": "2.3.4.247",
"Xamarin.Forms.Maps": "2.3.4.247"
},
"frameworks": {
"netstandard1.4": {
"imports": "portable-net45+win8+wpa81+wp8"
}
}
}