fix build of OcsApi
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user