From 69bff5d2189e7f8a13ba89996dff8e3c0220f378 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 15 Mar 2023 20:52:28 +0800 Subject: [PATCH] Move `interfaces and constants` into abstract module. --- framework/src/Volo.Abp.Ldap.Abstractions/FodyWeavers.xml | 2 +- .../Volo/Abp/Ldap/ILdapManager.cs | 0 .../Volo/Abp/Ldap/ILdapSettingProvider.cs | 0 .../Volo/Abp/Ldap/LdapSettingNames.cs | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename framework/src/{Volo.Abp.Ldap => Volo.Abp.Ldap.Abstractions}/Volo/Abp/Ldap/ILdapManager.cs (100%) rename framework/src/{Volo.Abp.Ldap => Volo.Abp.Ldap.Abstractions}/Volo/Abp/Ldap/ILdapSettingProvider.cs (100%) rename framework/src/{Volo.Abp.Ldap => Volo.Abp.Ldap.Abstractions}/Volo/Abp/Ldap/LdapSettingNames.cs (100%) diff --git a/framework/src/Volo.Abp.Ldap.Abstractions/FodyWeavers.xml b/framework/src/Volo.Abp.Ldap.Abstractions/FodyWeavers.xml index 00e1d9a1c1..be0de3a908 100644 --- a/framework/src/Volo.Abp.Ldap.Abstractions/FodyWeavers.xml +++ b/framework/src/Volo.Abp.Ldap.Abstractions/FodyWeavers.xml @@ -1,3 +1,3 @@  - + \ No newline at end of file diff --git a/framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/ILdapManager.cs b/framework/src/Volo.Abp.Ldap.Abstractions/Volo/Abp/Ldap/ILdapManager.cs similarity index 100% rename from framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/ILdapManager.cs rename to framework/src/Volo.Abp.Ldap.Abstractions/Volo/Abp/Ldap/ILdapManager.cs diff --git a/framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/ILdapSettingProvider.cs b/framework/src/Volo.Abp.Ldap.Abstractions/Volo/Abp/Ldap/ILdapSettingProvider.cs similarity index 100% rename from framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/ILdapSettingProvider.cs rename to framework/src/Volo.Abp.Ldap.Abstractions/Volo/Abp/Ldap/ILdapSettingProvider.cs diff --git a/framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/LdapSettingNames.cs b/framework/src/Volo.Abp.Ldap.Abstractions/Volo/Abp/Ldap/LdapSettingNames.cs similarity index 100% rename from framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/LdapSettingNames.cs rename to framework/src/Volo.Abp.Ldap.Abstractions/Volo/Abp/Ldap/LdapSettingNames.cs