refactor(thalos-service): replace cross-repo references with stable packages

This commit is contained in:
José René White Enciso 2026-02-25 16:42:23 -06:00
parent d0730e1438
commit 9f2dea4df5

View File

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