chore(thalos-dal): adopt stable shared package versions
This commit is contained in:
parent
512b39c1b9
commit
586924837a
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user