summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/project.json
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-07-06 14:04:06 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:29 +0900
commit2a9377eb1292240074abe3819caf86cebc66bb8c (patch)
tree3af615d47cd0bb2a611ca4697e2da55d2cf4975c /Xamarin.Forms.Platform.Tizen/project.json
parent82fd1275fb813070cc420aedaa643e86d4e7e069 (diff)
downloadxamarin-forms-2a9377eb1292240074abe3819caf86cebc66bb8c.tar.gz
xamarin-forms-2a9377eb1292240074abe3819caf86cebc66bb8c.tar.bz2
xamarin-forms-2a9377eb1292240074abe3819caf86cebc66bb8c.zip
Revert "Rename Platform.Tizen and Maps.Tizen's project.json"
This reverts commit 5c77141b7a2699efba1348a1d7ce5a4b20bb7006. Change-Id: I67a3a7976fbc353475077a281581294cc12f0980
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/project.json')
-rw-r--r--Xamarin.Forms.Platform.Tizen/project.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/project.json b/Xamarin.Forms.Platform.Tizen/project.json
new file mode 100644
index 00000000..51159fcb
--- /dev/null
+++ b/Xamarin.Forms.Platform.Tizen/project.json
@@ -0,0 +1,16 @@
+{
+ "dependencies": {
+ "NETStandard.Library": "1.6.1",
+ "System.Runtime.Serialization.Xml": "4.3.0",
+ "ElmSharp": "1.2.1",
+ "Tizen.Applications.Common": "1.5.8",
+ "Tizen.Applications.UI": "1.5.8",
+ "Tizen.System.Information": "1.0.4",
+ "Tizen.WebView": "1.0.1"
+ },
+ "frameworks": {
+ "netstandard1.6": {
+ "imports": "portable-net45+win8+wpa81+wp8"
+ }
+ }
+} \ No newline at end of file