blob: ffbda73dd554579f83e83318cf4e441208d5495c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"dependencies": {
"ElmSharp": "1.2.2",
"Microsoft.NETCore.App": "1.1.2",
"Tizen.Applications": "1.5.8",
"Tizen.Content.MediaContent": "1.0.20",
"Tizen.Multimedia": "1.2.0",
"Tizen.Multimedia.MediaPlayer": "1.0.2",
"Tizen.Xamarin.Forms.Extension": "2.3.5-v00010",
"Xamarin.Forms": "2.3.5-r233-012",
"Xamarin.Forms.Platform.Tizen": "2.3.5-r233-013"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net45+wp80+win81+wpa81",
"netstandard1.6"
]
}
}
}
|