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: `Thalos.DAL.csproj` now consumes:
- `BuildingBlock.Identity.Contracts` `0.1.0-decouple.20260225140619` - `BuildingBlock.Identity.Contracts` `0.2.0`
- `Core.Blueprint.Common` `0.1.1-decouple.20260225143446` (runtime-enabled baseline) - `Core.Blueprint.Common` `0.2.0`
## Feed Configuration ## Feed Configuration

View File

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