Merge branch 'feature/thalos-service-boundary-decoupling' into development

This commit is contained in:
José René White Enciso 2026-02-25 16:50:54 -06:00
commit 2584328f23

View File

@ -6,8 +6,8 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
<ProjectReference Include="..\..\..\building-block-identity\src\BuildingBlock.Identity.Contracts\BuildingBlock.Identity.Contracts.csproj" /> <PackageReference Include="BuildingBlock.Identity.Contracts" Version="0.2.0" />
<ProjectReference Include="..\..\..\thalos-domain\src\Thalos.Domain\Thalos.Domain.csproj" /> <PackageReference Include="Thalos.Domain" Version="0.2.0" />
<ProjectReference Include="..\..\..\thalos-dal\src\Thalos.DAL\Thalos.DAL.csproj" /> <PackageReference Include="Thalos.DAL" Version="0.2.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>