fix build of OcsApi
This commit is contained in:
@@ -1,29 +1,8 @@
|
|||||||
/* Nicht gemergte Änderung aus Projekt "Pilz.Networking.CloudProviders.Nextcloud (net6.0)"
|
using Newtonsoft.Json;
|
||||||
Vor:
|
using Pilz.Net.CloudProviders.Nextcloud.Client.Cloud;
|
||||||
using System;
|
using Pilz.Net.CloudProviders.Nextcloud.Client.Core;
|
||||||
using System.Collections.Generic;
|
using Pilz.Net.CloudProviders.Nextcloud.Client.LoginFlowV2;
|
||||||
using System.Linq;
|
using Pilz.Net.CloudProviders.Nextcloud.OCS.Responses;
|
||||||
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;
|
|
||||||
|
|
||||||
namespace Pilz.Net.CloudProviders.Nextcloud.OCS;
|
namespace Pilz.Net.CloudProviders.Nextcloud.OCS;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user