From 1e51c25ed3eca05e1f2a2852a7d5b9d8202ca12c Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Tue, 14 Feb 2017 18:58:26 +0900 Subject: [PATCH] Change Assemblies Tizen.System to Tizen.System.Information Change-Id: I9bee5d4e5b5a294147a810de6841c8c2f3b6b6ca Signed-off-by: pr.jung --- Tizen.Sensor/Tizen.Sensor.Net45.project.json | 2 +- Tizen.Sensor/Tizen.Sensor.nuspec | 2 +- Tizen.Sensor/Tizen.Sensor.project.json | 2 +- packaging/csapi-sensor.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tizen.Sensor/Tizen.Sensor.Net45.project.json b/Tizen.Sensor/Tizen.Sensor.Net45.project.json index 5adaa69..0ee2257 100755 --- a/Tizen.Sensor/Tizen.Sensor.Net45.project.json +++ b/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/Tizen.Sensor/Tizen.Sensor.nuspec b/Tizen.Sensor/Tizen.Sensor.nuspec index 575b7c1..08b1d5e 100644 --- a/Tizen.Sensor/Tizen.Sensor.nuspec +++ b/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/Tizen.Sensor/Tizen.Sensor.project.json b/Tizen.Sensor/Tizen.Sensor.project.json index 75e27f0..be554ab 100644 --- a/Tizen.Sensor/Tizen.Sensor.project.json +++ b/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": {} 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 -- 2.34.1