From 194e70552c839d48c1800da9eca0f3500feae5fd Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Fri, 14 Mar 2025 07:04:15 +0000 Subject: [PATCH] Update project files for .NET 8 and package versions Updated `EstateReportingAPI` projects to target .NET 8.0 and reference newer versions of NuGet packages, including `MediatR`, `EntityFrameworkCore`, `xunit`, `NLog`, and `Lamar`. Removed outdated package versions and added new dependencies for improved compatibility and features. --- .../EstateReportingAPI.BusinessLogic.csproj | 8 ++-- .../EstateReportingAPI.Client.csproj | 4 +- ...EstateReportingAPI.IntegrationTests.csproj | 28 ++++++------ .../EstateReportingAPI.Tests.csproj | 24 +++++----- EstateReportingAPI/EstateReportingAPI.csproj | 44 +++++++++---------- 5 files changed, 54 insertions(+), 54 deletions(-) diff --git a/EstateReportingAPI.BusinessLogic/EstateReportingAPI.BusinessLogic.csproj b/EstateReportingAPI.BusinessLogic/EstateReportingAPI.BusinessLogic.csproj index d923c4b..7442190 100644 --- a/EstateReportingAPI.BusinessLogic/EstateReportingAPI.BusinessLogic.csproj +++ b/EstateReportingAPI.BusinessLogic/EstateReportingAPI.BusinessLogic.csproj @@ -1,4 +1,4 @@ - + net8.0 @@ -8,9 +8,9 @@ - - - + + + diff --git a/EstateReportingAPI.Client/EstateReportingAPI.Client.csproj b/EstateReportingAPI.Client/EstateReportingAPI.Client.csproj index b5bd98e..c511aa9 100644 --- a/EstateReportingAPI.Client/EstateReportingAPI.Client.csproj +++ b/EstateReportingAPI.Client/EstateReportingAPI.Client.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/EstateReportingAPI.IntegrationTests/EstateReportingAPI.IntegrationTests.csproj b/EstateReportingAPI.IntegrationTests/EstateReportingAPI.IntegrationTests.csproj index cb3c120..63e00c2 100644 --- a/EstateReportingAPI.IntegrationTests/EstateReportingAPI.IntegrationTests.csproj +++ b/EstateReportingAPI.IntegrationTests/EstateReportingAPI.IntegrationTests.csproj @@ -7,28 +7,28 @@ - - - - - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + - - + + - - + + diff --git a/EstateReportingAPI.Tests/EstateReportingAPI.Tests.csproj b/EstateReportingAPI.Tests/EstateReportingAPI.Tests.csproj index d37d805..5a08b20 100644 --- a/EstateReportingAPI.Tests/EstateReportingAPI.Tests.csproj +++ b/EstateReportingAPI.Tests/EstateReportingAPI.Tests.csproj @@ -7,24 +7,24 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/EstateReportingAPI/EstateReportingAPI.csproj b/EstateReportingAPI/EstateReportingAPI.csproj index 4de651d..0da4389 100644 --- a/EstateReportingAPI/EstateReportingAPI.csproj +++ b/EstateReportingAPI/EstateReportingAPI.csproj @@ -10,32 +10,32 @@ - - - + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +