summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2016-12-16 11:00:07 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:18:57 +0900
commit4f0149dae93bf80770664d74a33f27c8f0821310 (patch)
treef42aa298fe8ab04e5e898d84a337bbcfcf44229e /Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
parent4cf32c94986e6541f67c4909ac5428c92a221bce (diff)
downloadxamarin-forms-4f0149dae93bf80770664d74a33f27c8f0821310.tar.gz
xamarin-forms-4f0149dae93bf80770664d74a33f27c8f0821310.tar.bz2
xamarin-forms-4f0149dae93bf80770664d74a33f27c8f0821310.zip
Add Tizen backend renderer
- Xamarin.Forms.Platform.Tizen has been added - Xamarin.Forms.Maps.Tizen has been added - RPM build spec has been added Change-Id: I0021e0f040d97345affc87512ee0f6ce437f4e6d
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.json13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 00000000..02b62b96
--- /dev/null
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
@@ -0,0 +1,13 @@
+{
+ "dependencies": {
+ "ElmSharp": "1.1.0-*",
+ "NETStandard.Library": "1.6.0",
+ "System.Runtime.Serialization.Xml": "4.1.1",
+ "Tizen.Applications": "1.0.2"
+ },
+ "frameworks": {
+ "netstandard1.6": {
+ "imports": "portable-net45+win8+wpa81+wp8"
+ }
+ }
+}