summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-05-15 13:26:31 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:35 +0900
commit0073e3549a7faa964837591ca2416d7eb236a073 (patch)
treea95ad8eb761122f88e1181b715f73eadea972bcd /Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
parent01baf51dfdc47ed871de66317724ea06a22fc478 (diff)
downloadxamarin-forms-0073e3549a7faa964837591ca2416d7eb236a073.tar.gz
xamarin-forms-0073e3549a7faa964837591ca2416d7eb236a073.tar.bz2
xamarin-forms-0073e3549a7faa964837591ca2416d7eb236a073.zip
Apply Tizen.Applications separation
Change-Id: Ibd271c1ca3c254c6567554e9ebfd7032ad714090
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj')
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
index 9a13995c..22ff9d7d 100755..100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
@@ -6,9 +6,11 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="ElmSharp" Version="1.1.0-beta-021" />
+ <PackageReference Include="Tizen" Version="1.0.5" />
+ <PackageReference Include="Tizen.Applications.Common" Version="1.5.5" />
+ <PackageReference Include="Tizen.Applications.UI" Version="1.5.5" />
+ <PackageReference Include="ElmSharp" Version="1.1.0-beta-022" />
<PackageReference Include="System.Runtime.Serialization.Xml" Version="4.3.0" />
- <PackageReference Include="Tizen.Applications" Version="1.3.2" />
<PackageReference Include="Tizen.System.Information" Version="1.0.2" />
<PackageReference Include="Tizen.WebView" Version="1.0.0" />
</ItemGroup>