From e17023017d5cfb1e577b83bb9a40f04ab03b32f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ren=C3=A9=20White=20Enciso?= Date: Wed, 25 Feb 2026 16:43:22 -0600 Subject: [PATCH 1/2] refactor(furniture-service): replace cross-repo references with stable packages --- .../Furniture.Service.Application.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Furniture.Service.Application/Furniture.Service.Application.csproj b/src/Furniture.Service.Application/Furniture.Service.Application.csproj index b9b8386..119eb05 100644 --- a/src/Furniture.Service.Application/Furniture.Service.Application.csproj +++ b/src/Furniture.Service.Application/Furniture.Service.Application.csproj @@ -6,8 +6,8 @@ - - + + From ec7c680b30432ec4fc4f0fd58a40761982cda161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ren=C3=A9=20White=20Enciso?= Date: Wed, 25 Feb 2026 16:47:38 -0600 Subject: [PATCH 2/2] refactor(furniture-service): consume blueprint common via package in service contracts --- .../Furniture.Service.Contracts.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Furniture.Service.Contracts/Furniture.Service.Contracts.csproj b/src/Furniture.Service.Contracts/Furniture.Service.Contracts.csproj index 04a4bbc..b1d5d12 100644 --- a/src/Furniture.Service.Contracts/Furniture.Service.Contracts.csproj +++ b/src/Furniture.Service.Contracts/Furniture.Service.Contracts.csproj @@ -5,6 +5,6 @@ enable - +