Remove dependency for Tizen.Applications.dll
authorSukHyung, Kang <shine.kang@samsung.com>
Mon, 15 May 2017 05:42:26 +0000 (14:42 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Mon, 15 May 2017 05:43:39 +0000 (14:43 +0900)
Change-Id: If42f01cc2a1f626fd706de073698fe80181439fc
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
packaging/csapi-nui.spec
src/Tizen.NUI/Tizen.NUI.nuspec
src/Tizen.NUI/Tizen.NUI.project.json

index a3f9582..6896aa5 100755 (executable)
@@ -16,7 +16,8 @@ BuildRequires: dotnet-build-tools
 # C# API Requires
 
 BuildRequires: csapi-tizen-nuget
-BuildRequires: csapi-application-nuget
+BuildRequires: csapi-application-common-nuget
+BuildRequires: csapi-application-ui-nuget
 
 %define Assemblies Tizen.NUI
 
index 057f705..b75edff 100755 (executable)
@@ -11,7 +11,8 @@
   <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
   <description>Tizen NUI is the UI Framework based on DALi (Dynamic Animation Library) 3D Graphic engine. It is a quick and easy way of allowing developers to create Rich UI Applications like Image/Video galleries, Music players, Games, Homescreens/launch pads, and so on. </description>
   <dependencies>
-   <dependency id="Tizen.Applications" version="1.0.3"/>
+   <dependency id="Tizen.Applications.Common" version="1.5.1"/>
+   <dependency id="Tizen.Applications.UI" version="1.5.1"/>
   </dependencies>
  </metadata>
  <files>
index bf9921e..8456a7c 100755 (executable)
@@ -4,7 +4,8 @@
     "NETStandard.Library": "1.6.1",\r
     "System.Reflection": "4.3.0",\r
     "System.Reflection.TypeExtensions": "4.3.0",\r
-    "Tizen.Applications": "1.0.3"\r
+    "Tizen.Applications.Common": "1.5.1",\r
+    "Tizen.Applications.UI": "1.5.1"\r
   },\r
   "frameworks": {\r
     "netstandard1.6": {}\r