@ -6,8 +6,7 @@ namespace Volo.Abp.Identity.Blazor.Server
{
[DependsOn(
typeof(AbpIdentityBlazorModule),
typeof(AbpPermissionManagementBlazorServerModule),
typeof(AbpAspNetCoreComponentsServerThemingModule)
typeof(AbpPermissionManagementBlazorServerModule)
)]
public class AbpIdentityBlazorServerModule : AbpModule
@ -7,10 +7,6 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Components.Server.Theming\Volo.Abp.AspNetCore.Components.Server.Theming.csproj"/>
</ItemGroup>
<ProjectReference Include="..\Volo.Abp.Identity.Blazor\Volo.Abp.Identity.Blazor.csproj"/>
<ProjectReference Include="..\..\..\permission-management\src\Volo.Abp.PermissionManagement.Blazor.Server\Volo.Abp.PermissionManagement.Blazor.Server.csproj" />
@ -7,7 +7,6 @@ namespace Volo.Abp.Identity.Blazor.WebAssembly
typeof(AbpPermissionManagementBlazorWebAssemblyModule),
typeof(AbpAspNetCoreComponentsWebAssemblyThemingModule),
typeof(AbpIdentityHttpApiClientModule)
public class AbpIdentityBlazorWebAssemblyModule : AbpModule
@ -8,7 +8,6 @@
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Components.WebAssembly.Theming\Volo.Abp.AspNetCore.Components.WebAssembly.Theming.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity.HttpApi.Client\Volo.Abp.Identity.HttpApi.Client.csproj" />
@ -6,8 +6,7 @@ namespace Volo.Abp.TenantManagement.Blazor.Server
typeof(AbpTenantManagementBlazorModule),
typeof(AbpFeatureManagementBlazorServerModule),
typeof(AbpFeatureManagementBlazorServerModule)
public class AbpTenantManagementBlazorServerModule : AbpModule
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Components.Server.Theming\Volo.Abp.AspNetCore.Components.Server.Theming.csproj" />
<ProjectReference Include="..\..\..\..\modules\feature-management\src\Volo.Abp.FeatureManagement.Blazor.Server\Volo.Abp.FeatureManagement.Blazor.Server.csproj" />
@ -7,7 +7,6 @@ namespace Volo.Abp.TenantManagement.Blazor.WebAssembly
typeof(AbpFeatureManagementBlazorWebAssemblyModule),
typeof(AbpTenantManagementHttpApiClientModule)
public class AbpTenantManagementBlazorWebAssemblyModule : AbpModule
<ProjectReference Include="..\..\..\..\modules\feature-management\src\Volo.Abp.FeatureManagement.Blazor.WebAssembly\Volo.Abp.FeatureManagement.Blazor.WebAssembly.csproj" />