removed redundant reference to emaling module from account.application

pull/1463/head
Yunus Emre Kalkan 6 years ago
parent c45df7ff8e
commit dce4a4f199

@ -13,7 +13,6 @@
<PackageReference Include="System.Text.Encodings.Web" Version="4.5.0" />
<ProjectReference Include="..\Volo.Abp.Account.Application.Contracts\Volo.Abp.Account.Application.Contracts.csproj" />
<ProjectReference Include="..\..\..\identity\src\Volo.Abp.Identity.Application\Volo.Abp.Identity.Application.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Emailing\Volo.Abp.Emailing.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.UI.Navigation\Volo.Abp.UI.Navigation.csproj" />
</ItemGroup>

@ -1,5 +1,4 @@
using Volo.Abp.Emailing;
using Volo.Abp.Identity;
using Volo.Abp.Identity;
using Volo.Abp.Modularity;
using Volo.Abp.UI.Navigation.Urls;
using Volo.Abp.UI.Navigation;
@ -9,7 +8,6 @@ namespace Volo.Abp.Account
{
[DependsOn(
typeof(AbpAccountApplicationContractsModule),
typeof(AbpEmailingModule),
typeof(AbpIdentityApplicationModule),
typeof(AbpUiNavigationModule)
)]

Loading…
Cancel
Save