From 6f5e012cb6673cdc9619b46b770b431181f14cf9 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 16 Aug 2024 07:25:22 +0200 Subject: [PATCH] fix build of OcsApi --- .../OCS/OcsApi.cs | 31 +++---------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/Pilz.Net.CloudProviders.Nextcloud/OCS/OcsApi.cs b/Pilz.Net.CloudProviders.Nextcloud/OCS/OcsApi.cs index 1c6b76a..ed7c3dc 100644 --- a/Pilz.Net.CloudProviders.Nextcloud/OCS/OcsApi.cs +++ b/Pilz.Net.CloudProviders.Nextcloud/OCS/OcsApi.cs @@ -1,29 +1,8 @@ -/* Nicht gemergte Änderung aus Projekt "Pilz.Networking.CloudProviders.Nextcloud (net6.0)" -Vor: -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Net.Http.Headers; -using Newtonsoft.Json; -Nach: -using Newtonsoft.Json; -using Pilz.Networking.CloudProviders.Nextcloud.Client.Cloud; -using Pilz.Networking.CloudProviders.Nextcloud.Client.Core; -using Pilz.Networking.CloudProviders.Nextcloud.Client.LoginFlowV2; -using Pilz.Networking.CloudProviders.Nextcloud.Ocs.Responses; -using System; -using System.Json; -*/ - -/* Nicht gemergte Änderung aus Projekt "Pilz.Networking.CloudProviders.Nextcloud (net6.0)" -Vor: -using -Nach: -using -*/ -using Pilz.Net.CloudProviders.Nextcloud; +using Newtonsoft.Json; +using Pilz.Net.CloudProviders.Nextcloud.Client.Cloud; +using Pilz.Net.CloudProviders.Nextcloud.Client.Core; +using Pilz.Net.CloudProviders.Nextcloud.Client.LoginFlowV2; +using Pilz.Net.CloudProviders.Nextcloud.OCS.Responses; namespace Pilz.Net.CloudProviders.Nextcloud.OCS;