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

@ -15,4 +15,9 @@
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="8.3.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Application.Contracts\KonSoft.Payment.Application.Contracts.csproj" />
<ProjectReference Include="..\KonSoft.Payment.Domain\KonSoft.Payment.Domain.csproj" />
</ItemGroup>
</Project>