Browse Source

Add `AutoMapper` reference in `Account` to fix the build problem.

pull/23436/head
maliming 6 months ago
parent
commit
e1eeb86617
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 1
      modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj

1
modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj

@ -21,6 +21,7 @@
<ProjectReference Include="..\..\..\identity\src\Volo.Abp.Identity.Application\Volo.Abp.Identity.Application.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.UI.Navigation\Volo.Abp.UI.Navigation.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.Emailing\Volo.Abp.Emailing.csproj" />
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AutoMapper\Volo.Abp.AutoMapper.csproj" />
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save