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

This commit is contained in:
José René White Enciso 2026-02-25 16:17:53 -06:00
parent 2524c2da97
commit 986e44b04c

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>