From bc155d683b73deb8b17d218916a2198b498ad41c Mon Sep 17 00:00:00 2001 From: Edgar Mesquita Date: Sun, 1 Sep 2024 18:00:07 +0100 Subject: [PATCH] feat: Updating packages --- src/Api.Crud.Client/Api.Crud.Client.csproj | 8 ++++---- src/Api.Crud/Api.Crud.csproj | 8 ++++---- src/Api.Crud/Controllers/CrudControllerBase.cs | 2 +- src/Api.Crud/Extensions/WebApplicationExtensions.cs | 2 +- src/Api.Crud/Handlers/ReaderEndpointHandlers.cs | 3 +-- src/Application.Crud/Application.Crud.csproj | 12 ++++++------ .../eQuantic.Core.Api.Sample.csproj | 4 ++-- 7 files changed, 19 insertions(+), 20 deletions(-) diff --git a/src/Api.Crud.Client/Api.Crud.Client.csproj b/src/Api.Crud.Client/Api.Crud.Client.csproj index b148c9b..e639580 100644 --- a/src/Api.Crud.Client/Api.Crud.Client.csproj +++ b/src/Api.Crud.Client/Api.Crud.Client.csproj @@ -7,9 +7,9 @@ eQuantic.Core.Api.Crud.Client eQuantic.Core.Api.Crud.Client eQuantic.Core.Api.Crud.Client - 1.7.11.0 - 1.7.11.0 - 1.7.11.0 + 1.7.12.0 + 1.7.12.0 + 1.7.12.0 net7.0;net8.0 eQuantic.Core.Api.Crud.Client @@ -46,7 +46,7 @@ - + diff --git a/src/Api.Crud/Api.Crud.csproj b/src/Api.Crud/Api.Crud.csproj index 7e86e49..fe7f8be 100644 --- a/src/Api.Crud/Api.Crud.csproj +++ b/src/Api.Crud/Api.Crud.csproj @@ -7,9 +7,9 @@ eQuantic.Core.Api.Crud eQuantic.Core.Api.Crud eQuantic.Core.Api.Crud - 1.7.11.0 - 1.7.11.0 - 1.7.11.0 + 1.7.12.0 + 1.7.12.0 + 1.7.12.0 net7.0;net8.0 eQuantic.Core.Api.Crud @@ -37,7 +37,7 @@ - + diff --git a/src/Api.Crud/Controllers/CrudControllerBase.cs b/src/Api.Crud/Controllers/CrudControllerBase.cs index c69807d..f0278d0 100644 --- a/src/Api.Crud/Controllers/CrudControllerBase.cs +++ b/src/Api.Crud/Controllers/CrudControllerBase.cs @@ -1,6 +1,6 @@ using System.Reflection; using eQuantic.Core.Application.Crud.Services; -using eQuantic.Core.Application.Entities.Results; +using eQuantic.Core.Domain.Entities.Results; using eQuantic.Core.Domain.Entities.Requests; using Microsoft.AspNetCore.Mvc; diff --git a/src/Api.Crud/Extensions/WebApplicationExtensions.cs b/src/Api.Crud/Extensions/WebApplicationExtensions.cs index 3337682..a5163e0 100644 --- a/src/Api.Crud/Extensions/WebApplicationExtensions.cs +++ b/src/Api.Crud/Extensions/WebApplicationExtensions.cs @@ -9,7 +9,7 @@ using eQuantic.Core.Api.Options; using eQuantic.Core.Application.Crud.Attributes; using eQuantic.Core.Application.Crud.Enums; -using eQuantic.Core.Application.Entities.Results; +using eQuantic.Core.Domain.Entities.Results; using Humanizer; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; diff --git a/src/Api.Crud/Handlers/ReaderEndpointHandlers.cs b/src/Api.Crud/Handlers/ReaderEndpointHandlers.cs index 4d7bfa8..2e17564 100644 --- a/src/Api.Crud/Handlers/ReaderEndpointHandlers.cs +++ b/src/Api.Crud/Handlers/ReaderEndpointHandlers.cs @@ -1,9 +1,8 @@ using System.Reflection; -using eQuantic.Core.Api.Crud.Binders; using eQuantic.Core.Api.Crud.Extensions; using eQuantic.Core.Api.Crud.Options; using eQuantic.Core.Application.Crud.Services; -using eQuantic.Core.Application.Entities.Results; +using eQuantic.Core.Domain.Entities.Results; using eQuantic.Core.Domain.Entities; using eQuantic.Core.Domain.Entities.Requests; using eQuantic.Core.Exceptions; diff --git a/src/Application.Crud/Application.Crud.csproj b/src/Application.Crud/Application.Crud.csproj index 3cc689c..e93f3d8 100644 --- a/src/Application.Crud/Application.Crud.csproj +++ b/src/Application.Crud/Application.Crud.csproj @@ -7,9 +7,9 @@ eQuantic.Core.Application.Crud eQuantic.Core.Application.Crud eQuantic.Core.Application.Crud - 1.7.11.0 - 1.7.11.0 - 1.7.11.0 + 1.7.12.0 + 1.7.12.0 + 1.7.12.0 netstandard2.1;net7.0;net8.0 eQuantic.Core.Application.Crud @@ -37,9 +37,9 @@ - - - + + + diff --git a/src/eQuantic.Core.Api.Sample/eQuantic.Core.Api.Sample.csproj b/src/eQuantic.Core.Api.Sample/eQuantic.Core.Api.Sample.csproj index e897157..b966fd1 100644 --- a/src/eQuantic.Core.Api.Sample/eQuantic.Core.Api.Sample.csproj +++ b/src/eQuantic.Core.Api.Sample/eQuantic.Core.Api.Sample.csproj @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + +