refactor(thalos-domain): consume identity contracts via package

This commit is contained in:
José René White Enciso 2026-02-25 16:17:53 -06:00
parent b4c266b57a
commit 5d97ad2407

View File

@ -5,6 +5,6 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\building-block-identity\src\BuildingBlock.Identity.Contracts\BuildingBlock.Identity.Contracts.csproj" /> <PackageReference Include="BuildingBlock.Identity.Contracts" Version="0.2.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>