Remove dependency for Tizen.Applications.dll to remove it
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 26 Apr 2017 08:26:12 +0000 (17:26 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Mon, 15 May 2017 05:52:08 +0000 (05:52 +0000)
Change-Id: I6bbc9c13aab95f21ca1cfa4e5397715faa850723
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
packaging/csapi-security.spec [changed mode: 0644->0755]
src/Tizen.Security/Tizen.Security.nuspec [changed mode: 0644->0755]
src/Tizen.Security/Tizen.Security.project.json [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 251d46d..47aac46
@@ -19,7 +19,8 @@ BuildRequires: dotnet-build-tools
 
 # C# API Requires
 BuildRequires: csapi-tizen-nuget
-BuildRequires: csapi-application-nuget
+BuildRequires: csapi-application-common-nuget
+BuildRequires: csapi-application-package-manager-nuget
 
 %description
 %{summary}
old mode 100644 (file)
new mode 100755 (executable)
index 3c7b0ee..e7aabf9
@@ -11,7 +11,8 @@
     <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
     <description>Provides the display name or description of privileges.</description>
     <dependencies>
-      <dependency id="Tizen.Applications" version="1.0.2" />
+      <dependency id="Tizen.Applications.Common" version="1.4.2" />
+      <dependency id="Tizen.Applications.PackageManager" version="1.4.2" />
     </dependencies>
   </metadata>
   <files>
old mode 100644 (file)
new mode 100755 (executable)
index e88abcf..416ba1f
@@ -1,9 +1,10 @@
-{
-  "dependencies": {
-    "NETStandard.Library": "1.6.0",
-    "Tizen.Applications": "1.0.2"
-  },
-  "frameworks": {
-    "netstandard1.3": {}
-  }
-}
+{\r
+  "dependencies": {\r
+    "NETStandard.Library": "1.6.0",\r
+    "Tizen.Applications.Common": "1.4.2",\r
+    "Tizen.Applications.PackageManager": "1.4.2"\r
+  },\r
+  "frameworks": {\r
+    "netstandard1.3": {}\r
+  }\r
+}
\ No newline at end of file