Merge branch 'feature/furniture-dal-stable-package-uptake' into development
This commit is contained in:
commit
1b94aa68ed
@ -8,8 +8,8 @@ Remove cross-repo source coupling from `Furniture.DAL` and consume shared contra
|
|||||||
|
|
||||||
`Furniture.DAL.csproj` now consumes:
|
`Furniture.DAL.csproj` now consumes:
|
||||||
|
|
||||||
- `BuildingBlock.Catalog.Contracts` `0.1.0-decouple.20260225140619`
|
- `BuildingBlock.Catalog.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
|
||||||
|
|
||||||
|
|||||||
@ -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="Core.Blueprint.Common" Version="0.1.1-decouple.20260225143446" />
|
<PackageReference Include="Core.Blueprint.Common" Version="0.2.0" />
|
||||||
<PackageReference Include="BuildingBlock.Catalog.Contracts" Version="0.1.0-decouple.20260225140619" />
|
<PackageReference Include="BuildingBlock.Catalog.Contracts" Version="0.2.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user