refactor(furniture-domain): consume building block contracts via package
This commit is contained in:
parent
fe85cc44bb
commit
321f3d4c9a
@ -5,7 +5,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\building-block-catalog\src\BuildingBlock.Catalog.Contracts\BuildingBlock.Catalog.Contracts.csproj" />
|
||||
<ProjectReference Include="..\..\..\building-block-inventory\src\BuildingBlock.Inventory.Contracts\BuildingBlock.Inventory.Contracts.csproj" />
|
||||
<PackageReference Include="BuildingBlock.Catalog.Contracts" Version="0.2.0" />
|
||||
<PackageReference Include="BuildingBlock.Inventory.Contracts" Version="0.2.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user