From 43169b9e20cd7ac6c1f9c860013a774688fc5c52 Mon Sep 17 00:00:00 2001 From: Robert Good Date: Tue, 20 Aug 2024 19:42:45 -0700 Subject: [PATCH] Upgrade to .NET 8 --- src/Subjects/Common.Persistence/Common.Persistence.csproj | 4 ++-- src/Subjects/Common/Common.ApiClient/Common.ApiClient.csproj | 2 +- .../Common/Common.Application/Common.Application.csproj | 2 +- src/Subjects/Common/Common.Domain/Common.Domain.csproj | 2 +- .../Common/Common.Extensions/Common.Extensions.csproj | 2 +- src/Subjects/Core.Application/Core.Application.csproj | 2 +- src/Subjects/Core.Domain/Core.Domain.csproj | 2 +- .../Infrastructure.Persistence.csproj | 2 +- .../Presentation.Api.WebApi/Presentation.Api.WebApi.csproj | 2 +- .../Presentation.Shared.Rcl/Presentation.Shared.Rcl.csproj | 2 +- .../Presentation.Web.BlazorServer.csproj | 2 +- .../Presentation.Web.BlazorStatic.csproj | 3 +-- src/Subjects/Specs.Integration/Specs.Integration.csproj | 2 +- src/Subjects/Specs.Unit/Specs.Unit.csproj | 2 +- 14 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/Subjects/Common.Persistence/Common.Persistence.csproj b/src/Subjects/Common.Persistence/Common.Persistence.csproj index 30f874a9..139fb684 100644 --- a/src/Subjects/Common.Persistence/Common.Persistence.csproj +++ b/src/Subjects/Common.Persistence/Common.Persistence.csproj @@ -1,11 +1,11 @@ - net7.0 + net8.0 Goodtocode.Common.Persistence Goodtocode.Common.Persistence 1.0.0 - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Common/Common.ApiClient/Common.ApiClient.csproj b/src/Subjects/Common/Common.ApiClient/Common.ApiClient.csproj index 7de2cbf4..e1727523 100644 --- a/src/Subjects/Common/Common.ApiClient/Common.ApiClient.csproj +++ b/src/Subjects/Common/Common.ApiClient/Common.ApiClient.csproj @@ -4,7 +4,7 @@ Goodtocode.Common.ApiClient Goodtocode.Common.ApiClient 1.0.0 - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Common/Common.Application/Common.Application.csproj b/src/Subjects/Common/Common.Application/Common.Application.csproj index f66dc77a..2e90f504 100644 --- a/src/Subjects/Common/Common.Application/Common.Application.csproj +++ b/src/Subjects/Common/Common.Application/Common.Application.csproj @@ -4,7 +4,7 @@ Goodtocode.Common.Application Goodtocode.Common.Application 1.0.0 - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Common/Common.Domain/Common.Domain.csproj b/src/Subjects/Common/Common.Domain/Common.Domain.csproj index 3c6d4f3e..7f8e7d1c 100644 --- a/src/Subjects/Common/Common.Domain/Common.Domain.csproj +++ b/src/Subjects/Common/Common.Domain/Common.Domain.csproj @@ -4,7 +4,7 @@ Goodtocode.Common.Domain Goodtocode.Common.Domain 1.0.0 - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Common/Common.Extensions/Common.Extensions.csproj b/src/Subjects/Common/Common.Extensions/Common.Extensions.csproj index 8919dd76..a6c1ca1c 100644 --- a/src/Subjects/Common/Common.Extensions/Common.Extensions.csproj +++ b/src/Subjects/Common/Common.Extensions/Common.Extensions.csproj @@ -3,7 +3,7 @@ Goodtocode.Common.Extensions Goodtocode.Common.Extensions - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Core.Application/Core.Application.csproj b/src/Subjects/Core.Application/Core.Application.csproj index 1fe699c8..b357c15a 100644 --- a/src/Subjects/Core.Application/Core.Application.csproj +++ b/src/Subjects/Core.Application/Core.Application.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 Goodtocode.Subjects.Application Goodtocode.Subjects.Application 1.0.0 diff --git a/src/Subjects/Core.Domain/Core.Domain.csproj b/src/Subjects/Core.Domain/Core.Domain.csproj index a7ab76b5..f5498d3e 100644 --- a/src/Subjects/Core.Domain/Core.Domain.csproj +++ b/src/Subjects/Core.Domain/Core.Domain.csproj @@ -3,7 +3,7 @@ Goodtocode.Subjects.Domain Goodtocode.Subjects.Domain 1.0.0 - net7.0 + net8.0 enable enable false diff --git a/src/Subjects/Infrastructure.Persistence/Infrastructure.Persistence.csproj b/src/Subjects/Infrastructure.Persistence/Infrastructure.Persistence.csproj index 1a4ef347..27398673 100644 --- a/src/Subjects/Infrastructure.Persistence/Infrastructure.Persistence.csproj +++ b/src/Subjects/Infrastructure.Persistence/Infrastructure.Persistence.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 Goodtocode.Subjects.Persistence Goodtocode.Subjects.Persistence 1.0.0 diff --git a/src/Subjects/Presentation.Api.WebApi/Presentation.Api.WebApi.csproj b/src/Subjects/Presentation.Api.WebApi/Presentation.Api.WebApi.csproj index 15d862d0..9f4de4f7 100644 --- a/src/Subjects/Presentation.Api.WebApi/Presentation.Api.WebApi.csproj +++ b/src/Subjects/Presentation.Api.WebApi/Presentation.Api.WebApi.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 Goodtocode.Subjects.WebApi Goodtocode.Subjects.WebApi 1.0.0 diff --git a/src/Subjects/Presentation.Shared.Rcl/Presentation.Shared.Rcl.csproj b/src/Subjects/Presentation.Shared.Rcl/Presentation.Shared.Rcl.csproj index 0b7ee88e..c452373a 100644 --- a/src/Subjects/Presentation.Shared.Rcl/Presentation.Shared.Rcl.csproj +++ b/src/Subjects/Presentation.Shared.Rcl/Presentation.Shared.Rcl.csproj @@ -4,7 +4,7 @@ Goodtocode.Subjects.Rcl Goodtocode.Subjects.Rcl 1.0.0 - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Presentation.Web.BlazorServer/Presentation.Web.BlazorServer.csproj b/src/Subjects/Presentation.Web.BlazorServer/Presentation.Web.BlazorServer.csproj index 37854349..8dcd2ae3 100644 --- a/src/Subjects/Presentation.Web.BlazorServer/Presentation.Web.BlazorServer.csproj +++ b/src/Subjects/Presentation.Web.BlazorServer/Presentation.Web.BlazorServer.csproj @@ -4,7 +4,7 @@ Goodtocode.Subjects.BlazorServer Goodtocode.Subjects.BlazorServer 1.0.0 - net7.0 + net8.0 enable enable aspnet-Goodtocode.Subjects.BlazorServer-162fe164-2aae-4a7b-adcf-a4ef2cd6803d diff --git a/src/Subjects/Presentation.Web.BlazorStatic/Presentation.Web.BlazorStatic.csproj b/src/Subjects/Presentation.Web.BlazorStatic/Presentation.Web.BlazorStatic.csproj index 78d60107..48bcf26a 100644 --- a/src/Subjects/Presentation.Web.BlazorStatic/Presentation.Web.BlazorStatic.csproj +++ b/src/Subjects/Presentation.Web.BlazorStatic/Presentation.Web.BlazorStatic.csproj @@ -3,7 +3,7 @@ Goodtocode.Subjects.BlazorStatic Goodtocode.Subjects.BlazorStatic - net7.0 + net8.0 enable enable service-worker-assets.js @@ -11,7 +11,6 @@ - diff --git a/src/Subjects/Specs.Integration/Specs.Integration.csproj b/src/Subjects/Specs.Integration/Specs.Integration.csproj index fad46ea3..1df8eaf9 100644 --- a/src/Subjects/Specs.Integration/Specs.Integration.csproj +++ b/src/Subjects/Specs.Integration/Specs.Integration.csproj @@ -4,7 +4,7 @@ Goodtocode.Subjects.Integration Goodtocode.Subjects.Integration 1.0.0 - net7.0 + net8.0 enable enable diff --git a/src/Subjects/Specs.Unit/Specs.Unit.csproj b/src/Subjects/Specs.Unit/Specs.Unit.csproj index 549e1013..2e843ad0 100644 --- a/src/Subjects/Specs.Unit/Specs.Unit.csproj +++ b/src/Subjects/Specs.Unit/Specs.Unit.csproj @@ -4,7 +4,7 @@ Goodtocode.Subjects.Unit Goodtocode.Subjects.Unit 1.0.0 - net7.0 + net8.0 enable enable false