Skip to content

Commit

Permalink
Merge pull request #124 from EasyAbp/fix-mongodb-module-dependencies
Browse files Browse the repository at this point in the history
Fix the MongoDB module dependencies
  • Loading branch information
gdlcf88 committed Jan 16, 2024
2 parents 0b682fb + 4af03c2 commit 29a6f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Volo.Abp.MongoDB" Version="$(AbpVersion)" />
<ProjectReference Include="..\EasyAbp.FileManagement.Domain\EasyAbp.FileManagement.Domain.csproj" />
<ProjectReference Include="..\EasyAbp.FileManagement.Domain.Core\EasyAbp.FileManagement.Domain.Core.csproj" />
</ItemGroup>

</Project>
Expand Up @@ -5,7 +5,7 @@
namespace EasyAbp.FileManagement.MongoDB
{
[DependsOn(
typeof(FileManagementDomainModule),
typeof(FileManagementDomainCoreModule),
typeof(AbpMongoDbModule)
)]
public class FileManagementMongoDbModule : AbpModule
Expand Down

0 comments on commit 29a6f77

Please sign in to comment.