diff --git a/AzureTokenDto.cs b/AzureTokenDto.cs old mode 100644 new mode 100755 diff --git a/AzureTokenFetcher.cs b/AzureTokenFetcher.cs old mode 100644 new mode 100755 index f62cfc8..ea74a7c --- a/AzureTokenFetcher.cs +++ b/AzureTokenFetcher.cs @@ -25,9 +25,8 @@ // *********************************************************************** using System.Threading.Tasks; -using FCS.Lib.Azure; -namespace Inno.Azure; +namespace FCS.Lib.Azure; /// /// Implements IAzureTokenFetcher diff --git a/AzureTokenHttpRequest.cs b/AzureTokenHttpRequest.cs old mode 100644 new mode 100755 diff --git a/AzureTokenMapper.cs b/AzureTokenMapper.cs old mode 100644 new mode 100755 diff --git a/FCS.Lib.Azure.csproj b/FCS.Lib.Azure.csproj index 7903df5..f66b8dd 100644 --- a/FCS.Lib.Azure.csproj +++ b/FCS.Lib.Azure.csproj @@ -48,20 +48,10 @@ + - - - - - - - ..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Net.Http.dll - - - ..\..\inno\inno.api.v2\packages\System.Text.Json.6.0.4\lib\net461\System.Text.Json.dll - @@ -73,6 +63,37 @@ FCS.Lib.Utility + + + 8.0.0 + + + 8.0.0 + + + 13.0.3 + + + 4.3.4 + + + 4.3.1 + + + 8.0.3 + + + + + C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.dll + + + C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\System.Net.Http.dll + + + ..\fcs-common\bin\Release\System.Text.Json.dll + + diff --git a/ResponseView.cs b/ResponseView.cs new file mode 100755 index 0000000..cda24e0 --- /dev/null +++ b/ResponseView.cs @@ -0,0 +1,38 @@ +// *********************************************************************** +// Assembly : Inno.Business +// Filename : ResponseView.cs +// Author : Frede Hundewadt +// Created : 2023 12 05 09:34 +// +// Last Modified By : root +// Last Modified On : 2024 03 29 12:28 +// *********************************************************************** +// +// Copyright (C) 2023-2024 FCS Frede's Computer Service. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses] +// +// +// *********************************************************************** + +using System.Net; + +namespace FCS.Lib.Azure +{ + public class ResponseView + { + public HttpStatusCode Code { get; set; } + public bool IsSuccessStatusCode { get; set; } + public string Message { get; set; } = ""; + } +} \ No newline at end of file diff --git a/packages.config b/packages.config deleted file mode 100644 index fe01191..0000000 --- a/packages.config +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file