From 474be43bc8528d7661d5be35812492d8f7b4bfe5 Mon Sep 17 00:00:00 2001 From: "Jefferson L. da Silva" Date: Sun, 27 Jul 2025 15:41:34 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20de=20pacote=20nuget?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - SonarAnalyzer atualizado. - Reestruturação dos arquivos csproj referente aos testes unitários, onde os pacotes relacionados ao framework de testes foram reorganizados. --- .../InvoiceReminder.API.UnitTests.csproj | 25 +++----------- .../InvoiceReminder.API.csproj | 4 +-- ...voiceReminder.Application.UnitTests.csproj | 27 ++++----------- .../InvoiceReminder.ArchitectureTests.csproj | 23 +++---------- ...ceReminder.DomainEntities.UnitTests.csproj | 25 +++----------- ...Reminder.ExternalServices.UnitTests.csproj | 23 +++---------- ...ceReminder.Infrastructure.UnitTests.csproj | 27 ++++----------- ...oiceReminder.JobScheduler.UnitTests.csproj | 33 +++++-------------- 8 files changed, 41 insertions(+), 146 deletions(-) diff --git a/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj b/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj index 04cf0e6..3056602 100644 --- a/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj +++ b/InvoiceReminder.API.UnitTests/InvoiceReminder.API.UnitTests.csproj @@ -12,6 +12,11 @@ --> true + + + + + @@ -24,35 +29,15 @@ - - - - - - - - - - - - - - all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - diff --git a/InvoiceReminder.API/InvoiceReminder.API.csproj b/InvoiceReminder.API/InvoiceReminder.API.csproj index 7fcaec9..9bea650 100644 --- a/InvoiceReminder.API/InvoiceReminder.API.csproj +++ b/InvoiceReminder.API/InvoiceReminder.API.csproj @@ -2,8 +2,8 @@ net9.0 - disable enable + disable cb5b3f1e-1e38-47a5-bcd4-457b0c7f1d0a @@ -18,7 +18,7 @@ - + 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 3b7386e..6b05556 100644 --- a/InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj +++ b/InvoiceReminder.Application.UnitTests/InvoiceReminder.Application.UnitTests.csproj @@ -11,7 +11,12 @@ --> true - + + + + + + @@ -21,35 +26,15 @@ - - - - - - - - - - - - - - all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - diff --git a/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj b/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj index d3a4e1c..93d686e 100644 --- a/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj +++ b/InvoiceReminder.ArchitectureTests/InvoiceReminder.ArchitectureTests.csproj @@ -4,7 +4,7 @@ net9.0 latest enable - enable + disable