From b25d5937719f196a605b988a7d7303a7458e478d Mon Sep 17 00:00:00 2001 From: OlgunR Date: Mon, 15 Jun 2026 11:00:22 +0200 Subject: [PATCH] Add dependencies for API, Application, and Infrastructure Added `Asp.Versioning.Http`, `Microsoft.Extensions.Caching.StackExchangeRedis`, and `Serilog.AspNetCore` to `DocumentOperator.API` for API versioning, Redis caching, and structured logging. Added `Ardalis.Result`, `FluentValidation`, `FluentValidation.DependencyInjectionExtensions`, and `MediatR` to `DocumentOperator.Application` for result handling, validation, and mediator pattern support. Added `DevExpress.Pdf.Core` and `Microsoft.Extensions.Options.ConfigurationExtensions` to `DocumentOperator.Infrastructure` for PDF processing and configuration management. --- DocumentOperator.API/DocumentOperator.API.csproj | 3 +++ .../DocumentOperator.Application.csproj | 7 +++++++ .../DocumentOperator.Infrastructure.csproj | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/DocumentOperator.API/DocumentOperator.API.csproj b/DocumentOperator.API/DocumentOperator.API.csproj index 799f0d7..0ffdb05 100644 --- a/DocumentOperator.API/DocumentOperator.API.csproj +++ b/DocumentOperator.API/DocumentOperator.API.csproj @@ -7,6 +7,9 @@ + + + diff --git a/DocumentOperator.Application/DocumentOperator.Application.csproj b/DocumentOperator.Application/DocumentOperator.Application.csproj index a3fee51..bdd8d8a 100644 --- a/DocumentOperator.Application/DocumentOperator.Application.csproj +++ b/DocumentOperator.Application/DocumentOperator.Application.csproj @@ -6,6 +6,13 @@ enable + + + + + + + diff --git a/DocumentOperator.Infrastructure/DocumentOperator.Infrastructure.csproj b/DocumentOperator.Infrastructure/DocumentOperator.Infrastructure.csproj index 3bfb617..2e3c420 100644 --- a/DocumentOperator.Infrastructure/DocumentOperator.Infrastructure.csproj +++ b/DocumentOperator.Infrastructure/DocumentOperator.Infrastructure.csproj @@ -6,6 +6,11 @@ enable + + + + +