From 46ebccf797a72217814b81e28b39183cdb6441ee Mon Sep 17 00:00:00 2001 From: Sergio Matias Urquin Date: Sat, 17 May 2025 19:03:13 -0600 Subject: [PATCH] Remove old packages --- Core.Cerberos.Application/Core.Cerberos.Application.csproj | 7 ++++--- .../UseCases/Modules/Ports/IModulePort.cs | 3 ++- .../UseCases/Permissions/Ports/IPermissionPort.cs | 3 ++- .../UseCases/Roles/Ports/IRolePort.cs | 3 ++- .../UseCases/Users/Ports/IUserPort.cs | 3 ++- Core.Cerberos.External/Core.Cerberos.External.csproj | 6 +++--- Core.Cerberos.Service.API/Core.Cerberos.Service.API.csproj | 4 ---- 7 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Core.Cerberos.Application/Core.Cerberos.Application.csproj b/Core.Cerberos.Application/Core.Cerberos.Application.csproj index c9ab0b4..19d9b2f 100644 --- a/Core.Cerberos.Application/Core.Cerberos.Application.csproj +++ b/Core.Cerberos.Application/Core.Cerberos.Application.csproj @@ -7,9 +7,6 @@ - - - @@ -17,4 +14,8 @@ + + + + diff --git a/Core.Cerberos.Application/UseCases/Modules/Ports/IModulePort.cs b/Core.Cerberos.Application/UseCases/Modules/Ports/IModulePort.cs index dfe9fbf..613c588 100644 --- a/Core.Cerberos.Application/UseCases/Modules/Ports/IModulePort.cs +++ b/Core.Cerberos.Application/UseCases/Modules/Ports/IModulePort.cs @@ -7,7 +7,8 @@ namespace Core.Cerberos.Application.UseCases.Modules.Ports ICommandSuccessPort, ICommandSuccessPort>, INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort, - INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort + INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort, + IBadRequestPort { } } diff --git a/Core.Cerberos.Application/UseCases/Permissions/Ports/IPermissionPort.cs b/Core.Cerberos.Application/UseCases/Permissions/Ports/IPermissionPort.cs index e65abc9..7471da4 100644 --- a/Core.Cerberos.Application/UseCases/Permissions/Ports/IPermissionPort.cs +++ b/Core.Cerberos.Application/UseCases/Permissions/Ports/IPermissionPort.cs @@ -7,7 +7,8 @@ namespace Core.Cerberos.Application.UseCases.Permissions.Ports ICommandSuccessPort, ICommandSuccessPort>, INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort, - INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort + INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort, + IBadRequestPort { } } diff --git a/Core.Cerberos.Application/UseCases/Roles/Ports/IRolePort.cs b/Core.Cerberos.Application/UseCases/Roles/Ports/IRolePort.cs index bc1a929..063a613 100644 --- a/Core.Cerberos.Application/UseCases/Roles/Ports/IRolePort.cs +++ b/Core.Cerberos.Application/UseCases/Roles/Ports/IRolePort.cs @@ -6,7 +6,8 @@ namespace Core.Cerberos.Application.UseCases.Roles.Ports public interface IRolePort : IBasePort, ICommandSuccessPort, ICommandSuccessPort>, INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort, - INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort + INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort, + IBadRequestPort { } } diff --git a/Core.Cerberos.Application/UseCases/Users/Ports/IUserPort.cs b/Core.Cerberos.Application/UseCases/Users/Ports/IUserPort.cs index 551c6f3..66c8e4d 100644 --- a/Core.Cerberos.Application/UseCases/Users/Ports/IUserPort.cs +++ b/Core.Cerberos.Application/UseCases/Users/Ports/IUserPort.cs @@ -11,7 +11,8 @@ namespace Core.Cerberos.Application.UseCases.Users.Ports ICommandSuccessPort, ICommandSuccessPort, INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort, - INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort + INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort, + IBadRequestPort { } } diff --git a/Core.Cerberos.External/Core.Cerberos.External.csproj b/Core.Cerberos.External/Core.Cerberos.External.csproj index 327e206..34c418e 100644 --- a/Core.Cerberos.External/Core.Cerberos.External.csproj +++ b/Core.Cerberos.External/Core.Cerberos.External.csproj @@ -7,9 +7,9 @@ - - - + + + diff --git a/Core.Cerberos.Service.API/Core.Cerberos.Service.API.csproj b/Core.Cerberos.Service.API/Core.Cerberos.Service.API.csproj index 890870e..2a95609 100644 --- a/Core.Cerberos.Service.API/Core.Cerberos.Service.API.csproj +++ b/Core.Cerberos.Service.API/Core.Cerberos.Service.API.csproj @@ -7,10 +7,6 @@ True - - - -