summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-02-28 09:36:00 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:19:03 +0900
commit75301881156cf30a8f84cbcd1eb297ec95127579 (patch)
treec69a085a7591ee3f41a08d6391ac2e8886e17589 /Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
parenta57bc5955611301385508bfe7789cdcdaf1e2913 (diff)
downloadxamarin-forms-75301881156cf30a8f84cbcd1eb297ec95127579.tar.gz
xamarin-forms-75301881156cf30a8f84cbcd1eb297ec95127579.tar.bz2
xamarin-forms-75301881156cf30a8f84cbcd1eb297ec95127579.zip
Renew the VisualElement.Opacity
- OpacityLayer is no more needed in renderer. - There is a limitation on this chagne - Entry and Label are not support Opacity property anymore. It will be fixed soon when Elm# is support. Change-Id: I52f0fc67fdfda65cf8141cceab877890d260a4e6
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
index 8f6afe77..b77e8cb5 100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
@@ -1,6 +1,6 @@
-{
+{
"dependencies": {
- "ElmSharp": "1.1.0-beta-010",
+ "ElmSharp": "1.1.0-beta-011",
"NETStandard.Library": "1.6.0",
"System.Runtime.Serialization.Xml": "4.1.1",
"Tizen.Applications": "1.1.0",
@@ -11,4 +11,4 @@
"imports": "portable-net45+win8+wpa81+wp8"
}
}
-}
+} \ No newline at end of file