Merge branch 'feature/thalos-dal-stable-package-uptake' into development

This commit is contained in:
José René White Enciso 2026-02-25 16:50:53 -06:00
commit cba5445e00
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ Remove cross-repo source coupling from `Thalos.DAL` and consume shared contracts
`Thalos.DAL.csproj` now consumes:
- `BuildingBlock.Identity.Contracts` `0.1.0-decouple.20260225140619`
- `Core.Blueprint.Common` `0.1.1-decouple.20260225143446` (runtime-enabled baseline)
- `BuildingBlock.Identity.Contracts` `0.2.0`
- `Core.Blueprint.Common` `0.2.0`
## Feed Configuration

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
<PackageReference Include="BuildingBlock.Identity.Contracts" Version="0.1.0-decouple.20260225140619" />
<PackageReference Include="Core.Blueprint.Common" Version="0.1.1-decouple.20260225143446" />
<PackageReference Include="BuildingBlock.Identity.Contracts" Version="0.2.0" />
<PackageReference Include="Core.Blueprint.Common" Version="0.2.0" />
</ItemGroup>
</Project>