upd: add dependency to all microservice

This commit is contained in:
2025-09-08 20:45:51 +08:00
parent 060ffe4c6a
commit a342a69347
18 changed files with 70 additions and 7 deletions

View File

@ -5,7 +5,10 @@
<Nullable>enable</Nullable>
<RootNamespace>KonSoft.Admin</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Admin.Domain\KonSoft.Admin.Domain.csproj"/>
<ProjectReference Include="..\KonSoft.Admin.Application.Contracts\KonSoft.Admin.Application.Contracts.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Account.Application" Version="8.3.4" />
<PackageReference Include="Volo.Abp.Identity.Application" Version="8.3.4" />