diff --git a/Core.Blueprint.API/Controllers/BaseController.cs b/Core.Blueprint.API/Controllers/BaseController.cs index 0b39a17..5530b65 100644 --- a/Core.Blueprint.API/Controllers/BaseController.cs +++ b/Core.Blueprint.API/Controllers/BaseController.cs @@ -1,4 +1,4 @@ -using Lib.Architecture.BuildingBlocks.Presentation.Adapters; +using Lib.Architecture.BuildingBlocks; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Refit; diff --git a/Core.Blueprint.API/Core.Blueprint.BFF.API.csproj b/Core.Blueprint.API/Core.Blueprint.BFF.API.csproj index f91cc7a..3843f68 100644 --- a/Core.Blueprint.API/Core.Blueprint.BFF.API.csproj +++ b/Core.Blueprint.API/Core.Blueprint.BFF.API.csproj @@ -9,7 +9,7 @@ - + diff --git a/Core.Blueprint.External/Core.Blueprint.External.csproj b/Core.Blueprint.External/Core.Blueprint.External.csproj index 7113500..2d370d8 100644 --- a/Core.Blueprint.External/Core.Blueprint.External.csproj +++ b/Core.Blueprint.External/Core.Blueprint.External.csproj @@ -7,11 +7,9 @@ - - - - - + + +