refactor(furniture-service): consume blueprint common via package in service contracts

This commit is contained in:
José René White Enciso 2026-02-25 16:47:38 -06:00
parent e17023017d
commit ec7c680b30

View File

@ -5,6 +5,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\blueprint-platform\src\Core.Blueprint.Common\Core.Blueprint.Common.csproj" />
<PackageReference Include="Core.Blueprint.Common" Version="0.2.0" />
</ItemGroup>
</Project>