From: pr.jung Date: Tue, 14 Feb 2017 09:58:26 +0000 (+0900) Subject: Change Assemblies Tizen.System to Tizen.System.Information X-Git-Tag: submit/trunk/20170823.075128~86^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df43dd123c458c401c8bda52df124eb72c9b8429;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Change Assemblies Tizen.System to Tizen.System.Information Change-Id: I9bee5d4e5b5a294147a810de6841c8c2f3b6b6ca Signed-off-by: pr.jung --- diff --git a/packaging/csapi-sensor.spec b/packaging/csapi-sensor.spec index 1869d79..b876480 100755 --- a/packaging/csapi-sensor.spec +++ b/packaging/csapi-sensor.spec @@ -15,7 +15,7 @@ BuildRequires: dotnet-build-tools # C# API Requires BuildRequires: csapi-tizen-nuget -BuildRequires: csapi-system-nuget +BuildRequires: csapi-information-nuget %define Assemblies Tizen.Sensor diff --git a/src/Tizen.Sensor/Tizen.Sensor.Net45.project.json b/src/Tizen.Sensor/Tizen.Sensor.Net45.project.json index 5adaa69..0ee2257 100755 --- a/src/Tizen.Sensor/Tizen.Sensor.Net45.project.json +++ b/src/Tizen.Sensor/Tizen.Sensor.Net45.project.json @@ -1,7 +1,7 @@ { "dependencies": { "Tizen": "1.0.2", - "Tizen.System": "1.0.5" + "Tizen.System.Information": "1.0.1" }, "frameworks": { "net45": {} diff --git a/src/Tizen.Sensor/Tizen.Sensor.nuspec b/src/Tizen.Sensor/Tizen.Sensor.nuspec index 575b7c1..08b1d5e 100644 --- a/src/Tizen.Sensor/Tizen.Sensor.nuspec +++ b/src/Tizen.Sensor/Tizen.Sensor.nuspec @@ -12,7 +12,7 @@ Provides the classes to control and get data from the sensors supported by the device. - + diff --git a/src/Tizen.Sensor/Tizen.Sensor.project.json b/src/Tizen.Sensor/Tizen.Sensor.project.json index 75e27f0..be554ab 100644 --- a/src/Tizen.Sensor/Tizen.Sensor.project.json +++ b/src/Tizen.Sensor/Tizen.Sensor.project.json @@ -2,7 +2,7 @@ "dependencies": { "NETStandard.Library": "1.6.0", "Tizen": "1.0.2", - "Tizen.System": "1.0.5" + "Tizen.System.Information": "1.0.1" }, "frameworks": { "netstandard1.3": {}