From 299067a0a324db9b4c258847e5562718450a2d1d Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Mon, 6 Mar 2017 17:06:46 +0900 Subject: [PATCH] Remove Net45 Project information Change-Id: I91cde81a65d7e16476cc473e7e4e4f27d7c2175f Signed-off-by: jkjo92 --- packaging/csapi-account-oauth2.spec | 2 +- .../Tizen.Account.OAuth2.Net45.csproj | 90 ---------------------- .../Tizen.Account.OAuth2.Net45.project.json | 11 --- .../Tizen.Account.OAuth2.nuspec | 1 - 4 files changed, 1 insertion(+), 103 deletions(-) delete mode 100644 src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj delete mode 100644 src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json diff --git a/packaging/csapi-account-oauth2.spec b/packaging/csapi-account-oauth2.spec index 100bc5e..df3726b 100644 --- a/packaging/csapi-account-oauth2.spec +++ b/packaging/csapi-account-oauth2.spec @@ -1,6 +1,6 @@ Name: csapi-account-oauth2 Summary: OAuth2.0 C# API for Tizen -Version: 1.0.5 +Version: 1.0.6 Release: 1 Group: Development/Libraries License: Apache-2.0 diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj deleted file mode 100644 index 468ab68..0000000 --- a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj +++ /dev/null @@ -1,90 +0,0 @@ - - - - - Debug - AnyCPU - {0C39B094-8819-4005-A1D3-D4A89E741CDA} - Library - Properties - Tizen.Account.OAuth2 - Tizen.Account.OAuth2 - v4.5 - 512 - - - true - full - false - bin\Debug\Net45\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\Net45\ - TRACE - prompt - 4 - - - true - - - Tizen.Account.OAuth2.snk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json deleted file mode 100644 index 2404dfb..0000000 --- a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "dependencies": { - "Tizen": "1.0.0" - }, - "frameworks": { - "net45": {} - }, - "runtimes": { - "win": {} - } -} \ No newline at end of file diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.nuspec b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.nuspec index 57473fc..871cb2e 100644 --- a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.nuspec +++ b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.nuspec @@ -16,6 +16,5 @@ - \ No newline at end of file -- 2.7.4