From e987a8c32cbe4bda10575113b6198292d91c6469 Mon Sep 17 00:00:00 2001 From: "Jefferson L. da Silva" Date: Thu, 7 Aug 2025 13:37:41 -0300 Subject: [PATCH] Updates dependencies to latest versions Updates NuGet package dependencies to the latest available versions. This change ensures the project benefits from the latest features, performance improvements, and security patches provided by the updated dependencies. It includes updates to MSTest, Entity Framework Core, Quartz, and other related libraries. Also adds Microsoft.CodeCoverage package for unit tests projects. --- .../InvoiceReminder.API.UnitTests.csproj | 13 +++--- .../InvoiceReminder.API.csproj | 26 ++++++------ ...voiceReminder.Application.UnitTests.csproj | 11 ++--- .../InvoiceReminder.Application.csproj | 22 +++++----- .../InvoiceReminder.ArchitectureTests.csproj | 11 ++--- .../InvoiceReminder.Authentication.csproj | 16 +++---- .../InvoiceReminder.CrossCutting.IoC.csproj | 26 ++++++------ .../InvoiceReminder.Data.csproj | 26 ++++++------ .../InvoiceReminder.Domain.csproj | 10 ++--- ...ceReminder.DomainEntities.UnitTests.csproj | 13 +++--- ...Reminder.ExternalServices.UnitTests.csproj | 11 ++--- ...ceReminder.Infrastructure.UnitTests.csproj | 17 ++++---- ...oiceReminder.JobScheduler.UnitTests.csproj | 11 ++--- .../InvoiceReminder.JobScheduler.csproj | 16 +++---- .../InvoiceReminder.ExternalServices.csproj | 42 +++++++++---------- .../InvoiceReminder.UnitTests.Assets.csproj | 2 +- 16 files changed, 140 insertions(+), 133 deletions(-) diff --git a/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj b/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj index 3056602..4f6f436 100644 --- a/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj +++ b/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -20,7 +20,8 @@ - + + all @@ -32,13 +33,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.API/InvoiceReminder.API.csproj b/InvoiceReminder.API/InvoiceReminder.API.csproj index 9bea650..7097e74 100644 --- a/InvoiceReminder.API/InvoiceReminder.API.csproj +++ b/InvoiceReminder.API/InvoiceReminder.API.csproj @@ -7,28 +7,28 @@ cb5b3f1e-1e38-47a5-bcd4-457b0c7f1d0a + + + + + + + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - diff --git a/InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj b/InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj index 6b05556..79dc87c 100644 --- a/InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj +++ b/InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -18,6 +18,7 @@ + all @@ -29,13 +30,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.Application/InvoiceReminder.Application.csproj b/InvoiceReminder.Application/InvoiceReminder.Application.csproj index 310b2b6..ac28f75 100644 --- a/InvoiceReminder.Application/InvoiceReminder.Application.csproj +++ b/InvoiceReminder.Application/InvoiceReminder.Application.csproj @@ -14,23 +14,23 @@ 1701;1702;S2326 + + + + + + - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - diff --git a/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj b/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj index 93d686e..ac0748e 100644 --- a/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj +++ b/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -20,6 +20,7 @@ + @@ -27,13 +28,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.Authentication/InvoiceReminder.Authentication.csproj b/InvoiceReminder.Authentication/InvoiceReminder.Authentication.csproj index 0abb721..4edb968 100644 --- a/InvoiceReminder.Authentication/InvoiceReminder.Authentication.csproj +++ b/InvoiceReminder.Authentication/InvoiceReminder.Authentication.csproj @@ -8,17 +8,17 @@ - - - - + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/InvoiceReminder.CrossCutting.IoC/InvoiceReminder.CrossCutting.IoC.csproj b/InvoiceReminder.CrossCutting.IoC/InvoiceReminder.CrossCutting.IoC.csproj index 9c18778..3fc3724 100644 --- a/InvoiceReminder.CrossCutting.IoC/InvoiceReminder.CrossCutting.IoC.csproj +++ b/InvoiceReminder.CrossCutting.IoC/InvoiceReminder.CrossCutting.IoC.csproj @@ -6,19 +6,6 @@ disable - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - @@ -26,5 +13,18 @@ + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/InvoiceReminder.Data/InvoiceReminder.Data.csproj b/InvoiceReminder.Data/InvoiceReminder.Data.csproj index b8990b4..dce56fd 100644 --- a/InvoiceReminder.Data/InvoiceReminder.Data.csproj +++ b/InvoiceReminder.Data/InvoiceReminder.Data.csproj @@ -7,33 +7,33 @@ bd460ecb-03c4-4be2-afe0-e5f2ce4edbf0 + + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - diff --git a/InvoiceReminder.Domain/InvoiceReminder.Domain.csproj b/InvoiceReminder.Domain/InvoiceReminder.Domain.csproj index 9c02c1a..2c725fc 100644 --- a/InvoiceReminder.Domain/InvoiceReminder.Domain.csproj +++ b/InvoiceReminder.Domain/InvoiceReminder.Domain.csproj @@ -8,11 +8,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj b/InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj index 1ea5abe..b6db244 100644 --- a/InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj +++ b/InvoiceReminder.DomainEntities.UnitTests/InvoiceReminder.DomainEntities.UnitTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -19,7 +19,8 @@ - + + @@ -27,13 +28,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj b/InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj index 45705ef..68c616f 100644 --- a/InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj +++ b/InvoiceReminder.ExternalServices.UnitTests/InvoiceReminder.ExternalServices.UnitTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -20,6 +20,7 @@ + all @@ -31,13 +32,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj b/InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj index 22a36ad..c15c417 100644 --- a/InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj +++ b/InvoiceReminder.Infrastructure.UnitTests/InvoiceReminder.Infrastructure.UnitTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -19,9 +19,10 @@ - - - + + + + all @@ -33,13 +34,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj b/InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj index e92cc4b..bcbd0d0 100644 --- a/InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj +++ b/InvoiceReminder.JobScheduler.UnitTests/InvoiceReminder.JobScheduler.UnitTests.csproj @@ -1,4 +1,4 @@ - + net9.0 @@ -17,6 +17,7 @@ + all @@ -28,13 +29,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/InvoiceReminder.JobScheduler/InvoiceReminder.JobScheduler.csproj b/InvoiceReminder.JobScheduler/InvoiceReminder.JobScheduler.csproj index e5a6d47..6c8df1c 100644 --- a/InvoiceReminder.JobScheduler/InvoiceReminder.JobScheduler.csproj +++ b/InvoiceReminder.JobScheduler/InvoiceReminder.JobScheduler.csproj @@ -7,17 +7,17 @@ - - - + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - diff --git a/InvoiceReminder.Services/InvoiceReminder.ExternalServices.csproj b/InvoiceReminder.Services/InvoiceReminder.ExternalServices.csproj index 7ba50ce..cc6899e 100644 --- a/InvoiceReminder.Services/InvoiceReminder.ExternalServices.csproj +++ b/InvoiceReminder.Services/InvoiceReminder.ExternalServices.csproj @@ -7,26 +7,26 @@ cb5b3f1e-1e38-47a5-bcd4-457b0c7f1d0a - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + diff --git a/InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj b/InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj index 9cf9824..b2b43c3 100644 --- a/InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj +++ b/InvoiceReminder.UnitTests.Assets/InvoiceReminder.UnitTests.Assets.csproj @@ -7,7 +7,7 @@ - +