refactor(building-block-catalog): consume blueprint common via package

This commit is contained in:
José René White Enciso 2026-02-25 16:17:53 -06:00
parent 79889c8b73
commit c7b0bc4061

View File

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