From 5f340024116cfdd7ec3541b75254d831d94ba1af Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Mon, 15 May 2017 14:42:26 +0900 Subject: [PATCH] Remove dependency for Tizen.Applications.dll Change-Id: If42f01cc2a1f626fd706de073698fe80181439fc Signed-off-by: SukHyung, Kang --- packaging/csapi-nui.spec | 3 ++- src/Tizen.NUI/Tizen.NUI.nuspec | 3 ++- src/Tizen.NUI/Tizen.NUI.project.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index a3f9582..6896aa5 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -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 diff --git a/src/Tizen.NUI/Tizen.NUI.nuspec b/src/Tizen.NUI/Tizen.NUI.nuspec index 057f705..b75edff 100755 --- a/src/Tizen.NUI/Tizen.NUI.nuspec +++ b/src/Tizen.NUI/Tizen.NUI.nuspec @@ -11,7 +11,8 @@ © Samsung Electronics Co., Ltd All Rights Reserved 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. - + + diff --git a/src/Tizen.NUI/Tizen.NUI.project.json b/src/Tizen.NUI/Tizen.NUI.project.json index bf9921e..8456a7c 100755 --- a/src/Tizen.NUI/Tizen.NUI.project.json +++ b/src/Tizen.NUI/Tizen.NUI.project.json @@ -4,7 +4,8 @@ "NETStandard.Library": "1.6.1", "System.Reflection": "4.3.0", "System.Reflection.TypeExtensions": "4.3.0", - "Tizen.Applications": "1.0.3" + "Tizen.Applications.Common": "1.5.1", + "Tizen.Applications.UI": "1.5.1" }, "frameworks": { "netstandard1.6": {} -- 2.7.4