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

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
@ -20,4 +20,8 @@
<Content Remove="**\*generate-proxy.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Payment.Application.Contracts\KonSoft.Payment.Application.Contracts.csproj" />
</ItemGroup>
</Project>