refactor(thalos-bff): replace cross-repo references with stable packages

This commit is contained in:
José René White Enciso 2026-02-25 16:45:43 -06:00
parent 5f4189da8e
commit 09a35ce605
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" /> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.0" />
<PackageReference Include="BuildingBlock.Identity.Contracts" Version="0.2.0" />
<ProjectReference Include="..\Thalos.Bff.Contracts\Thalos.Bff.Contracts.csproj" /> <ProjectReference Include="..\Thalos.Bff.Contracts\Thalos.Bff.Contracts.csproj" />
<ProjectReference Include="..\..\..\building-block-identity\src\BuildingBlock.Identity.Contracts\BuildingBlock.Identity.Contracts.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -5,7 +5,7 @@
<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" />
<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>

View File

@ -20,6 +20,6 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Thalos.Bff.Application\Thalos.Bff.Application.csproj" /> <ProjectReference Include="..\Thalos.Bff.Application\Thalos.Bff.Application.csproj" />
<ProjectReference Include="..\Thalos.Bff.Contracts\Thalos.Bff.Contracts.csproj" /> <ProjectReference Include="..\Thalos.Bff.Contracts\Thalos.Bff.Contracts.csproj" />
<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>