refactor(furniture-domain): consume building block contracts via package

This commit is contained in:
José René White Enciso 2026-02-25 16:17:53 -06:00
parent fe85cc44bb
commit 321f3d4c9a

View File

@ -5,7 +5,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\building-block-catalog\src\BuildingBlock.Catalog.Contracts\BuildingBlock.Catalog.Contracts.csproj" /> <PackageReference Include="BuildingBlock.Catalog.Contracts" Version="0.2.0" />
<ProjectReference Include="..\..\..\building-block-inventory\src\BuildingBlock.Inventory.Contracts\BuildingBlock.Inventory.Contracts.csproj" /> <PackageReference Include="BuildingBlock.Inventory.Contracts" Version="0.2.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>