From 1ea7e5a26f88546e7f591f4dfe1fbbb2609cb16b Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Mon, 18 Nov 2024 08:31:13 +0100 Subject: [PATCH] build: upgrade to .net 9 Refs: #1155 --- .github/workflows/nuget-package-push.yml | 2 +- .github/workflows/pre-checks.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/test-automation.yml | 2 +- README.md | 2 +- docker/Dockerfile-administration-service | 4 ++-- docker/Dockerfile-iam-seeding | 4 ++-- docker/Dockerfile-maintenance-service | 4 ++-- docker/Dockerfile-marketplace-app-service | 4 ++-- docker/Dockerfile-notification-service | 4 ++-- docker/Dockerfile-portal-migrations | 4 ++-- docker/Dockerfile-processes-worker | 4 ++-- docker/Dockerfile-provisioning-migrations | 4 ++-- docker/Dockerfile-registration-service | 4 ++-- docker/Dockerfile-services-service | 4 ++-- docker/notice-administration-service.md | 2 +- docker/notice-iam-seeding.md | 2 +- docker/notice-maintenance-service.md | 2 +- docker/notice-marketplace-app-service.md | 2 +- docker/notice-notification-service.md | 2 +- docker/notice-portal-migrations.md | 2 +- docker/notice-processes-worker.md | 2 +- docker/notice-provisioning-migrations.md | 2 +- docker/notice-registration-service.md | 2 +- docker/notice-services-service.md | 2 +- .../Administration.Service/Administration.Service.csproj | 2 +- src/externalsystems/Bpdm.Library/Bpdm.Library.csproj | 2 +- .../BpnDidResolver.Library/BpnDidResolver.Library.csproj | 2 +- .../Clearinghouse.Library/Clearinghouse.Library.csproj | 2 +- .../Custodian.Library/Custodian.Library.csproj | 2 +- src/externalsystems/Dim.Library/Dim.Library.csproj | 2 +- .../IssuerComponent.Library/IssuerComponent.Library.csproj | 2 +- .../OfferProvider.Library/OfferProvider.Library.csproj | 2 +- .../OnboardingServiceProvider.Library.csproj | 2 +- .../Provisioning.Library/Provisioning.Library.csproj | 2 +- .../SdFactory.Library/SdFactory.Library.csproj | 2 +- src/framework/Framework.Async/Framework.Async.csproj | 2 +- src/framework/Framework.Cors/Framework.Cors.csproj | 2 +- src/framework/Framework.DBAccess/Framework.DBAccess.csproj | 2 +- .../Framework.DateTimeProvider.csproj | 2 +- .../Framework.DependencyInjection.csproj | 2 +- .../Framework.ErrorHandling.Controller.csproj | 2 +- .../Framework.ErrorHandling.Web.csproj | 2 +- .../Framework.ErrorHandling/Framework.ErrorHandling.csproj | 2 +- .../Framework.HttpClientExtensions.csproj | 2 +- src/framework/Framework.IO/Framework.IO.csproj | 2 +- src/framework/Framework.Linq/Framework.Linq.csproj | 2 +- src/framework/Framework.Logging/Framework.Logging.csproj | 2 +- src/framework/Framework.Models/Framework.Models.csproj | 2 +- src/framework/Framework.Seeding/Framework.Seeding.csproj | 2 +- src/framework/Framework.Swagger/Framework.Swagger.csproj | 2 +- src/framework/Framework.Token/Framework.Token.csproj | 2 +- src/framework/Framework.Web/Framework.Web.csproj | 2 +- .../Keycloak.Authentication/Keycloak.Authentication.csproj | 2 +- .../Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj | 2 +- src/keycloak/Keycloak.Factory/Keycloak.Factory.csproj | 2 +- src/keycloak/Keycloak.Library/Keycloak.Library.csproj | 2 +- src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj | 2 +- src/mailing/Mailing.SendMail/Mailing.SendMail.csproj | 2 +- src/mailing/Mailing.Template/Mailing.Template.csproj | 2 +- src/maintenance/Maintenance.App/Maintenance.App.csproj | 2 +- src/marketplace/Apps.Service/Apps.Service.csproj | 2 +- src/marketplace/Offers.Library.Web/Offers.Library.Web.csproj | 2 +- src/marketplace/Offers.Library/Offers.Library.csproj | 2 +- src/marketplace/Services.Service/Services.Service.csproj | 2 +- .../Notifications.Library/Notifications.Library.csproj | 2 +- .../Notifications.Service/Notifications.Service.csproj | 2 +- .../PortalBackend.DBAccess/PortalBackend.DBAccess.csproj | 2 +- .../PortalBackend.Migrations/PortalBackend.Migrations.csproj | 2 +- .../PortalBackend.PortalEntities.csproj | 2 +- .../ApplicationChecklist.Config.csproj | 2 +- .../ApplicationChecklist.Executor.csproj | 2 +- .../ApplicationChecklist.Library.csproj | 2 +- .../DimUserProcess.Executor/DimUserProcess.Executor.csproj | 2 +- .../IdentityProviderProvisioning.Executor.csproj | 2 +- src/processes/Invitation.Executor/Invitation.Executor.csproj | 2 +- src/processes/Mailing.Executor/Mailing.Executor.csproj | 2 +- src/processes/Mailing.Library/Mailing.Library.csproj | 2 +- .../NetworkRegistration.Executor.csproj | 2 +- .../NetworkRegistration.Library.csproj | 2 +- .../OfferSubscription.Executor.csproj | 2 +- .../OfferSubscription.Library.csproj | 2 +- src/processes/Processes.Library/Processes.Library.csproj | 2 +- .../Processes.ProcessIdentity.csproj | 2 +- .../Processes.Worker.Library/Processes.Worker.Library.csproj | 2 +- src/processes/Processes.Worker/Processes.Worker.csproj | 2 +- .../SelfDescriptionCreation.Executor.csproj | 2 +- .../UserProvisioning.Executor.csproj | 2 +- .../Provisioning.DBAccess/Provisioning.DBAccess.csproj | 2 +- .../Provisioning.Library/Provisioning.Library.csproj | 2 +- .../Provisioning.Migrations/Provisioning.Migrations.csproj | 2 +- .../Provisioning.ProvisioningEntities.csproj | 2 +- .../ApplicationActivation.Library.csproj | 2 +- .../Registration.Common/Registration.Common.csproj | 2 +- .../Registration.Service/Registration.Service.csproj | 2 +- src/web/Web.Identity/Web.Identity.csproj | 2 +- src/web/Web.Initialization/Web.Initialization.csproj | 2 +- src/web/Web.PublicInfos/Web.PublicInfos.csproj | 2 +- .../Administration.Service.Tests.csproj | 2 +- tests/endtoend/EndToEnd.Tests.csproj | 2 +- tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj | 2 +- .../BpnDidResolver.Library.Tests.csproj | 2 +- .../Clearinghouse.Library.Tests.csproj | 2 +- .../Custodian.Library.Tests/Custodian.Library.Tests.csproj | 2 +- .../Dim.Library.Tests/Dim.Library.Tests.csproj | 2 +- .../ExternalSystems.Provisioning.Library.Tests.csproj | 2 +- .../IssuerComponent.Library.Tests.csproj | 2 +- .../OfferProvider.Library/OfferProvider.Library.csproj | 2 +- .../OnboardingServiceProvider.Library.Tests.csproj | 2 +- .../SdFactory.Library.Tests/SdFactory.Library.Tests.csproj | 2 +- .../Framework.Async.Tests/Framework.Async.Tests.csproj | 2 +- .../Framework.DBAccess.Tests/Framework.DBAccess.Tests.csproj | 2 +- .../Framework.ErrorHandling.Web.Tests.csproj | 2 +- tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj | 2 +- .../Framework.Linq.Tests/Framework.Linq.Tests.csproj | 2 +- .../Framework.Logging.Tests/Framework.Logging.Tests.csproj | 2 +- .../Framework.Models.Tests/Framework.Models.Tests.csproj | 2 +- .../Framework.Tests.Shared/Framework.Tests.Shared.csproj | 2 +- .../Framework.Token.Tests/Framework.Token.Tests.csproj | 2 +- .../framework/Framework.Web.Tests/Framework.Web.Tests.csproj | 2 +- .../Keycloak.Authentication.Tests.csproj | 2 +- .../Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj | 2 +- .../Maintenance.App.Tests/Maintenance.App.Tests.csproj | 2 +- .../marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj | 2 +- .../Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj | 2 +- .../Offers.Library.Tests/Offers.Library.Tests.csproj | 2 +- .../Services.Service.Tests/Services.Service.Tests.csproj | 2 +- .../Notifications.Library.Tests.csproj | 2 +- .../Notifications.Service.Tests.csproj | 2 +- .../PortalBackend.DBAccess.Tests.csproj | 2 +- .../PortalBackend.Migrations.Tests.csproj | 2 +- .../ApplicationChecklist.Executor.Tests.csproj | 2 +- .../ApplicationChecklist.Library.Tests.csproj | 2 +- .../DimUserProcess.Executor.Tests.csproj | 2 +- .../IdentityProviderProvisioning.Executor.Tests.csproj | 2 +- .../Invitation.Executor.Tests.csproj | 2 +- .../Mailing.Executor.Tests/Mailing.Executor.Tests.csproj | 2 +- .../Mailing.Library.Tests/Mailing.Library.Tests.csproj | 2 +- .../NetworkRegistration.Executor.Tests.csproj | 2 +- .../NetworkRegistration.Library.Tests.csproj | 2 +- .../OfferSubscription.Executor.Tests.csproj | 2 +- .../OfferSubscription.Library.Tests.csproj | 2 +- .../Processes.Library.Tests/Processes.Library.Tests.csproj | 2 +- .../Processes.Worker.Library.Tests.csproj | 2 +- .../SelfDescriptionCreation.Executor.Tests.csproj | 2 +- .../UserProvisioning.Executor.Tests.csproj | 2 +- .../Provisioning.DBAccess.Tests.csproj | 2 +- .../Provisioning.Library.Tests.csproj | 2 +- .../ApplicationActivation.Library.Tests.csproj | 2 +- .../Registration.Service.Tests.csproj | 2 +- tests/shared/Tests.Shared/Tests.Shared.csproj | 2 +- tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj | 2 +- tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj | 2 +- 153 files changed, 163 insertions(+), 163 deletions(-) diff --git a/.github/workflows/nuget-package-push.yml b/.github/workflows/nuget-package-push.yml index a96866fb7d..1ff0523004 100644 --- a/.github/workflows/nuget-package-push.yml +++ b/.github/workflows/nuget-package-push.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ['8.0'] + dotnet-version: ['9.0'] steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/pre-checks.yml b/.github/workflows/pre-checks.yml index 4bc26754f4..a1dfbe3846 100644 --- a/.github/workflows/pre-checks.yml +++ b/.github/workflows/pre-checks.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ['8.0'] + dotnet-version: ['9.0'] steps: - name: Checkout code diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 57f8ad626d..392613fee4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dotnet-version: ['8.0'] + dotnet-version: ['9.0'] steps: - name: Set up JDK 17 diff --git a/.github/workflows/test-automation.yml b/.github/workflows/test-automation.yml index 7cfe1f1644..5fefffe655 100644 --- a/.github/workflows/test-automation.yml +++ b/.github/workflows/test-automation.yml @@ -45,7 +45,7 @@ jobs: environment: ${{ github.event.inputs.environment }} strategy: matrix: - dotnet-version: [ '8.0' ] + dotnet-version: [ '9.0' ] steps: - name: Checkout diff --git a/README.md b/README.md index 5cdd1d9013..91eb85cc6f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Portal is designed to work with the [IAM](https://github.com/eclipse-tractus ## How to build and run -Install the [.NET 8.0 SDK](https://www.microsoft.com/net/download). +Install the [.NET 9.0 SDK](https://www.microsoft.com/net/download). Run the following command from the CLI: diff --git a/docker/Dockerfile-administration-service b/docker/Dockerfile-administration-service index fdb12e281b..424ca7408f 100644 --- a/docker/Dockerfile-administration-service +++ b/docker/Dockerfile-administration-service @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH WORKDIR / COPY LICENSE NOTICE.md DEPENDENCIES / @@ -25,7 +25,7 @@ COPY src/ src/ WORKDIR /src/administration/Administration.Service RUN dotnet publish "Administration.Service.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine ENV \ COMPlus_EnableDiagnostics=0 \ ASPNETCORE_URLS=http://+:8080 diff --git a/docker/Dockerfile-iam-seeding b/docker/Dockerfile-iam-seeding index 00afa9066c..5923dd6186 100644 --- a/docker/Dockerfile-iam-seeding +++ b/docker/Dockerfile-iam-seeding @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH COPY LICENSE NOTICE.md DEPENDENCIES / COPY /src/framework/Framework.Async /src/framework/Framework.Async @@ -32,7 +32,7 @@ COPY /src/keycloak/Keycloak.Seeding /src/keycloak/Keycloak.Seeding WORKDIR /src/keycloak/Keycloak.Seeding RUN dotnet publish "Keycloak.Seeding.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine ENV COMPlus_EnableDiagnostics=0 WORKDIR /app COPY --from=publish /app/publish . diff --git a/docker/Dockerfile-maintenance-service b/docker/Dockerfile-maintenance-service index e67c6e59db..9d1c9ae0d3 100644 --- a/docker/Dockerfile-maintenance-service +++ b/docker/Dockerfile-maintenance-service @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH COPY LICENSE NOTICE.md DEPENDENCIES / COPY src/maintenance/Maintenance.App/ src/maintenance/Maintenance.App/ @@ -42,7 +42,7 @@ RUN dotnet restore "src/maintenance/Maintenance.App/Maintenance.App.csproj" WORKDIR /src/maintenance/Maintenance.App RUN dotnet publish "Maintenance.App.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine ENV COMPlus_EnableDiagnostics=0 WORKDIR /app COPY --from=publish /app/publish . diff --git a/docker/Dockerfile-marketplace-app-service b/docker/Dockerfile-marketplace-app-service index 0fb61ab91a..1ff9c4272a 100644 --- a/docker/Dockerfile-marketplace-app-service +++ b/docker/Dockerfile-marketplace-app-service @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH WORKDIR / COPY LICENSE NOTICE.md DEPENDENCIES / @@ -25,7 +25,7 @@ COPY src/ src/ WORKDIR /src/marketplace/Apps.Service RUN dotnet publish "Apps.Service.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine ENV \ COMPlus_EnableDiagnostics=0 \ ASPNETCORE_URLS=http://+:8080 diff --git a/docker/Dockerfile-notification-service b/docker/Dockerfile-notification-service index a7f73c0c3d..535627d251 100644 --- a/docker/Dockerfile-notification-service +++ b/docker/Dockerfile-notification-service @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH WORKDIR / COPY LICENSE NOTICE.md DEPENDENCIES / @@ -25,7 +25,7 @@ COPY src/ src/ WORKDIR /src/notifications/Notifications.Service RUN dotnet publish "Notifications.Service.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine ENV \ COMPlus_EnableDiagnostics=0 \ ASPNETCORE_URLS=http://+:8080 diff --git a/docker/Dockerfile-portal-migrations b/docker/Dockerfile-portal-migrations index 64f717e549..2caa480dc6 100644 --- a/docker/Dockerfile-portal-migrations +++ b/docker/Dockerfile-portal-migrations @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH COPY LICENSE NOTICE.md DEPENDENCIES / COPY /src/portalbackend /src/portalbackend @@ -32,7 +32,7 @@ COPY /src/processes/Processes.ProcessIdentity/ /src/processes/Processes.ProcessI WORKDIR /src/portalbackend/PortalBackend.Migrations RUN dotnet publish "PortalBackend.Migrations.csproj" -c Release -o /migrations/publish -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine ENV COMPlus_EnableDiagnostics=0 WORKDIR /migrations COPY --from=publish /migrations/publish . diff --git a/docker/Dockerfile-processes-worker b/docker/Dockerfile-processes-worker index 88c8a4b718..f0a0d4f3db 100644 --- a/docker/Dockerfile-processes-worker +++ b/docker/Dockerfile-processes-worker @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH COPY LICENSE NOTICE.md DEPENDENCIES / COPY src/ src/ @@ -25,7 +25,7 @@ RUN dotnet restore "src/processes/Processes.Worker/Processes.Worker.csproj" WORKDIR /src/processes/Processes.Worker RUN dotnet publish "Processes.Worker.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine ENV COMPlus_EnableDiagnostics=0 WORKDIR /app COPY --from=publish /app/publish . diff --git a/docker/Dockerfile-provisioning-migrations b/docker/Dockerfile-provisioning-migrations index ffa44ee1d9..fd847a42dd 100644 --- a/docker/Dockerfile-provisioning-migrations +++ b/docker/Dockerfile-provisioning-migrations @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH COPY LICENSE NOTICE.md DEPENDENCIES / COPY /src/provisioning /src/provisioning @@ -29,7 +29,7 @@ COPY /src/framework/Framework.Logging /src/framework/Framework.Logging WORKDIR /src/provisioning/Provisioning.Migrations RUN dotnet publish "Provisioning.Migrations.csproj" -c Release -o /migrations/publish -FROM mcr.microsoft.com/dotnet/runtime:8.0-alpine +FROM mcr.microsoft.com/dotnet/runtime:9.0-alpine ENV COMPlus_EnableDiagnostics=0 WORKDIR /migrations COPY --from=publish /migrations/publish . diff --git a/docker/Dockerfile-registration-service b/docker/Dockerfile-registration-service index b6cdbf2dfe..67ac018aca 100644 --- a/docker/Dockerfile-registration-service +++ b/docker/Dockerfile-registration-service @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH WORKDIR / COPY LICENSE NOTICE.md DEPENDENCIES / @@ -25,7 +25,7 @@ COPY src/ src/ WORKDIR /src/registration/Registration.Service RUN dotnet publish "Registration.Service.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine ENV \ COMPlus_EnableDiagnostics=0 \ ASPNETCORE_URLS=http://+:8080 diff --git a/docker/Dockerfile-services-service b/docker/Dockerfile-services-service index 38881f33b9..1ac3d2ccce 100644 --- a/docker/Dockerfile-services-service +++ b/docker/Dockerfile-services-service @@ -17,7 +17,7 @@ # SPDX-License-Identifier: Apache-2.0 ############################################################### -FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS publish +FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS publish ARG TARGETARCH WORKDIR / COPY LICENSE NOTICE.md DEPENDENCIES / @@ -25,7 +25,7 @@ COPY src/ src/ WORKDIR /src/marketplace/Services.Service RUN dotnet publish "Services.Service.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine ENV \ COMPlus_EnableDiagnostics=0 \ ASPNETCORE_URLS=http://+:8080 diff --git a/docker/notice-administration-service.md b/docker/notice-administration-service.md index eaaac08566..fc72bb40d0 100644 --- a/docker/notice-administration-service.md +++ b/docker/notice-administration-service.md @@ -13,7 +13,7 @@ __Portal Administration Service__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet) diff --git a/docker/notice-iam-seeding.md b/docker/notice-iam-seeding.md index b33157568e..25bbe5fffa 100644 --- a/docker/notice-iam-seeding.md +++ b/docker/notice-iam-seeding.md @@ -13,7 +13,7 @@ __Portal IAM Seeding job__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-runtime](https://hub.docker.com/_/microsoft-dotnet-runtime) diff --git a/docker/notice-maintenance-service.md b/docker/notice-maintenance-service.md index 17b94ebc73..ee51ff0ccf 100644 --- a/docker/notice-maintenance-service.md +++ b/docker/notice-maintenance-service.md @@ -13,7 +13,7 @@ __Portal Checklist Worker__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-runtime](https://hub.docker.com/_/microsoft-dotnet-runtime) diff --git a/docker/notice-marketplace-app-service.md b/docker/notice-marketplace-app-service.md index 697ad7b502..059c783c44 100644 --- a/docker/notice-marketplace-app-service.md +++ b/docker/notice-marketplace-app-service.md @@ -13,7 +13,7 @@ __Portal Administration Service__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet) diff --git a/docker/notice-notification-service.md b/docker/notice-notification-service.md index 6de8c4a8b2..a6a43d4d2d 100644 --- a/docker/notice-notification-service.md +++ b/docker/notice-notification-service.md @@ -13,7 +13,7 @@ __Portal Administration Service__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet) diff --git a/docker/notice-portal-migrations.md b/docker/notice-portal-migrations.md index de76fa504f..957aae699e 100644 --- a/docker/notice-portal-migrations.md +++ b/docker/notice-portal-migrations.md @@ -13,7 +13,7 @@ __Portal Checklist Worker__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-runtime](https://hub.docker.com/_/microsoft-dotnet-runtime) diff --git a/docker/notice-processes-worker.md b/docker/notice-processes-worker.md index 1aab40c237..84d0f98b6c 100644 --- a/docker/notice-processes-worker.md +++ b/docker/notice-processes-worker.md @@ -13,7 +13,7 @@ __Portal Checklist Worker__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-runtime](https://hub.docker.com/_/microsoft-dotnet-runtime) diff --git a/docker/notice-provisioning-migrations.md b/docker/notice-provisioning-migrations.md index 00336c776f..e36e0a117b 100644 --- a/docker/notice-provisioning-migrations.md +++ b/docker/notice-provisioning-migrations.md @@ -13,7 +13,7 @@ __Portal Checklist Worker__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-runtime](https://hub.docker.com/_/microsoft-dotnet-runtime) diff --git a/docker/notice-registration-service.md b/docker/notice-registration-service.md index 58d1e26c7f..a2b1b6c78e 100644 --- a/docker/notice-registration-service.md +++ b/docker/notice-registration-service.md @@ -13,7 +13,7 @@ __Portal Administration Service__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet) diff --git a/docker/notice-services-service.md b/docker/notice-services-service.md index df905fc13b..e8275baadd 100644 --- a/docker/notice-services-service.md +++ b/docker/notice-services-service.md @@ -13,7 +13,7 @@ __Portal Administration Service__ __Used base images__ -- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:8.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/8.0/alpine3.19/amd64/Dockerfile) +- Dockerfile: [mcr.microsoft.com/dotnet/aspnet:9.0-alpine](https://github.com/dotnet/dotnet-docker/blob/main/src/aspnet/9.0/alpine3.20/amd64/Dockerfile) - GitHub project: [https://github.com/dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker) - DockerHub: [https://hub.docker.com/_/microsoft-dotnet-aspnet](https://hub.docker.com/_/microsoft-dotnet-aspnet) diff --git a/src/administration/Administration.Service/Administration.Service.csproj b/src/administration/Administration.Service/Administration.Service.csproj index fabf070f18..cf9d4e9f75 100644 --- a/src/administration/Administration.Service/Administration.Service.csproj +++ b/src/administration/Administration.Service/Administration.Service.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Administration.Service Org.Eclipse.TractusX.Portal.Backend.Administration.Service - net8.0 + net9.0 enable enable ad1c79a3-a042-4d59-8924-475f8ff4c37a diff --git a/src/externalsystems/Bpdm.Library/Bpdm.Library.csproj b/src/externalsystems/Bpdm.Library/Bpdm.Library.csproj index d415c0d2de..7a9c560801 100644 --- a/src/externalsystems/Bpdm.Library/Bpdm.Library.csproj +++ b/src/externalsystems/Bpdm.Library/Bpdm.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Bpdm.Library diff --git a/src/externalsystems/BpnDidResolver.Library/BpnDidResolver.Library.csproj b/src/externalsystems/BpnDidResolver.Library/BpnDidResolver.Library.csproj index cd3b267855..08a1632190 100644 --- a/src/externalsystems/BpnDidResolver.Library/BpnDidResolver.Library.csproj +++ b/src/externalsystems/BpnDidResolver.Library/BpnDidResolver.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.BpnDidResolver.Library diff --git a/src/externalsystems/Clearinghouse.Library/Clearinghouse.Library.csproj b/src/externalsystems/Clearinghouse.Library/Clearinghouse.Library.csproj index c29ec0ea95..9fcd3818c1 100644 --- a/src/externalsystems/Clearinghouse.Library/Clearinghouse.Library.csproj +++ b/src/externalsystems/Clearinghouse.Library/Clearinghouse.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Clearinghouse.Library diff --git a/src/externalsystems/Custodian.Library/Custodian.Library.csproj b/src/externalsystems/Custodian.Library/Custodian.Library.csproj index e5eb3aae37..b5c34a9b29 100644 --- a/src/externalsystems/Custodian.Library/Custodian.Library.csproj +++ b/src/externalsystems/Custodian.Library/Custodian.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Custodian.Library diff --git a/src/externalsystems/Dim.Library/Dim.Library.csproj b/src/externalsystems/Dim.Library/Dim.Library.csproj index 9d09809d1d..135a81a3e5 100644 --- a/src/externalsystems/Dim.Library/Dim.Library.csproj +++ b/src/externalsystems/Dim.Library/Dim.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Dim.Library diff --git a/src/externalsystems/IssuerComponent.Library/IssuerComponent.Library.csproj b/src/externalsystems/IssuerComponent.Library/IssuerComponent.Library.csproj index d69579af1f..693f97e92a 100644 --- a/src/externalsystems/IssuerComponent.Library/IssuerComponent.Library.csproj +++ b/src/externalsystems/IssuerComponent.Library/IssuerComponent.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.IssuerComponent.Library diff --git a/src/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj b/src/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj index 2348279cba..392896de43 100644 --- a/src/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj +++ b/src/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.OfferProvider.Library diff --git a/src/externalsystems/OnboardingServiceProvider.Library/OnboardingServiceProvider.Library.csproj b/src/externalsystems/OnboardingServiceProvider.Library/OnboardingServiceProvider.Library.csproj index 0873f612e1..3ffe35116b 100644 --- a/src/externalsystems/OnboardingServiceProvider.Library/OnboardingServiceProvider.Library.csproj +++ b/src/externalsystems/OnboardingServiceProvider.Library/OnboardingServiceProvider.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.OnboardingServiceProvider.Library diff --git a/src/externalsystems/Provisioning.Library/Provisioning.Library.csproj b/src/externalsystems/Provisioning.Library/Provisioning.Library.csproj index 69cb28def5..6a6279949c 100644 --- a/src/externalsystems/Provisioning.Library/Provisioning.Library.csproj +++ b/src/externalsystems/Provisioning.Library/Provisioning.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.ExternalSystems.Provisioning.Library diff --git a/src/externalsystems/SdFactory.Library/SdFactory.Library.csproj b/src/externalsystems/SdFactory.Library/SdFactory.Library.csproj index 234265f87b..ccd0ac96d9 100644 --- a/src/externalsystems/SdFactory.Library/SdFactory.Library.csproj +++ b/src/externalsystems/SdFactory.Library/SdFactory.Library.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.SdFactory.Library diff --git a/src/framework/Framework.Async/Framework.Async.csproj b/src/framework/Framework.Async/Framework.Async.csproj index 69a50d0f64..ba6246edac 100644 --- a/src/framework/Framework.Async/Framework.Async.csproj +++ b/src/framework/Framework.Async/Framework.Async.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Async Org.Eclipse.TractusX.Portal.Backend.Framework.Async - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Cors/Framework.Cors.csproj b/src/framework/Framework.Cors/Framework.Cors.csproj index 1060037fc7..dce7bf87fa 100644 --- a/src/framework/Framework.Cors/Framework.Cors.csproj +++ b/src/framework/Framework.Cors/Framework.Cors.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Cors Org.Eclipse.TractusX.Portal.Backend.Framework.Cors - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.DBAccess/Framework.DBAccess.csproj b/src/framework/Framework.DBAccess/Framework.DBAccess.csproj index 3d9091f695..2256884291 100644 --- a/src/framework/Framework.DBAccess/Framework.DBAccess.csproj +++ b/src/framework/Framework.DBAccess/Framework.DBAccess.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.DBAccess Org.Eclipse.TractusX.Portal.Backend.Framework.DBAccess - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj b/src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj index 38975e1942..d0948b8158 100644 --- a/src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj +++ b/src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.DateTimeProvider Org.Eclipse.TractusX.Portal.Backend.Framework.DateTimeProvider - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.DependencyInjection/Framework.DependencyInjection.csproj b/src/framework/Framework.DependencyInjection/Framework.DependencyInjection.csproj index 55e180f1a4..2baa5cb4e0 100644 --- a/src/framework/Framework.DependencyInjection/Framework.DependencyInjection.csproj +++ b/src/framework/Framework.DependencyInjection/Framework.DependencyInjection.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.ErrorHandling.Controller/Framework.ErrorHandling.Controller.csproj b/src/framework/Framework.ErrorHandling.Controller/Framework.ErrorHandling.Controller.csproj index fe0c41b956..129172612a 100644 --- a/src/framework/Framework.ErrorHandling.Controller/Framework.ErrorHandling.Controller.csproj +++ b/src/framework/Framework.ErrorHandling.Controller/Framework.ErrorHandling.Controller.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Controller Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Controller - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.ErrorHandling.Web/Framework.ErrorHandling.Web.csproj b/src/framework/Framework.ErrorHandling.Web/Framework.ErrorHandling.Web.csproj index cba0095092..6b7e8f227e 100644 --- a/src/framework/Framework.ErrorHandling.Web/Framework.ErrorHandling.Web.csproj +++ b/src/framework/Framework.ErrorHandling.Web/Framework.ErrorHandling.Web.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Web Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Web - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.ErrorHandling/Framework.ErrorHandling.csproj b/src/framework/Framework.ErrorHandling/Framework.ErrorHandling.csproj index 299ba46c24..7f06333284 100644 --- a/src/framework/Framework.ErrorHandling/Framework.ErrorHandling.csproj +++ b/src/framework/Framework.ErrorHandling/Framework.ErrorHandling.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.HttpClientExtensions/Framework.HttpClientExtensions.csproj b/src/framework/Framework.HttpClientExtensions/Framework.HttpClientExtensions.csproj index 9294c665b9..fd4f6b3160 100644 --- a/src/framework/Framework.HttpClientExtensions/Framework.HttpClientExtensions.csproj +++ b/src/framework/Framework.HttpClientExtensions/Framework.HttpClientExtensions.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.HttpClientExtensions Org.Eclipse.TractusX.Portal.Backend.Framework.HttpClientExtensions - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.IO/Framework.IO.csproj b/src/framework/Framework.IO/Framework.IO.csproj index be36746d1a..a59a5ee15f 100644 --- a/src/framework/Framework.IO/Framework.IO.csproj +++ b/src/framework/Framework.IO/Framework.IO.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.IO - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Linq/Framework.Linq.csproj b/src/framework/Framework.Linq/Framework.Linq.csproj index cb974021d5..98f8cbeb43 100644 --- a/src/framework/Framework.Linq/Framework.Linq.csproj +++ b/src/framework/Framework.Linq/Framework.Linq.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Linq Org.Eclipse.TractusX.Portal.Backend.Framework.Linq - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Logging/Framework.Logging.csproj b/src/framework/Framework.Logging/Framework.Logging.csproj index 910fff45df..973274c338 100644 --- a/src/framework/Framework.Logging/Framework.Logging.csproj +++ b/src/framework/Framework.Logging/Framework.Logging.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Logging Org.Eclipse.TractusX.Portal.Backend.Framework.Logging - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Models/Framework.Models.csproj b/src/framework/Framework.Models/Framework.Models.csproj index 783df5c3e9..3768571f83 100644 --- a/src/framework/Framework.Models/Framework.Models.csproj +++ b/src/framework/Framework.Models/Framework.Models.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Models Org.Eclipse.TractusX.Portal.Backend.Framework.Models - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Seeding/Framework.Seeding.csproj b/src/framework/Framework.Seeding/Framework.Seeding.csproj index e8ae444e9e..b271e86490 100644 --- a/src/framework/Framework.Seeding/Framework.Seeding.csproj +++ b/src/framework/Framework.Seeding/Framework.Seeding.csproj @@ -20,7 +20,7 @@ - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Framework.Seeding diff --git a/src/framework/Framework.Swagger/Framework.Swagger.csproj b/src/framework/Framework.Swagger/Framework.Swagger.csproj index ff6fefe13e..c13ad1009b 100644 --- a/src/framework/Framework.Swagger/Framework.Swagger.csproj +++ b/src/framework/Framework.Swagger/Framework.Swagger.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Swagger - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Token/Framework.Token.csproj b/src/framework/Framework.Token/Framework.Token.csproj index 169643c9e2..efdae74e87 100644 --- a/src/framework/Framework.Token/Framework.Token.csproj +++ b/src/framework/Framework.Token/Framework.Token.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Token Org.Eclipse.TractusX.Portal.Backend.Framework.Token - net8.0 + net9.0 enable enable true diff --git a/src/framework/Framework.Web/Framework.Web.csproj b/src/framework/Framework.Web/Framework.Web.csproj index 5f8a277b99..72694ad7c7 100644 --- a/src/framework/Framework.Web/Framework.Web.csproj +++ b/src/framework/Framework.Web/Framework.Web.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Web Org.Eclipse.TractusX.Portal.Backend.Framework.Web - net8.0 + net9.0 enable enable true diff --git a/src/keycloak/Keycloak.Authentication/Keycloak.Authentication.csproj b/src/keycloak/Keycloak.Authentication/Keycloak.Authentication.csproj index 1b9cd18ecc..b1db77f5e5 100644 --- a/src/keycloak/Keycloak.Authentication/Keycloak.Authentication.csproj +++ b/src/keycloak/Keycloak.Authentication/Keycloak.Authentication.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.Authentication Org.Eclipse.TractusX.Portal.Backend.Keycloak.Authentication - net8.0 + net9.0 enable enable diff --git a/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj b/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj index fcffc5923b..db1d240686 100644 --- a/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj +++ b/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.ErrorHandling Org.Eclipse.TractusX.Portal.Backend.Keycloak.ErrorHandling - net8.0 + net9.0 enable enable diff --git a/src/keycloak/Keycloak.Factory/Keycloak.Factory.csproj b/src/keycloak/Keycloak.Factory/Keycloak.Factory.csproj index 0325aaf5b2..15b6e68791 100644 --- a/src/keycloak/Keycloak.Factory/Keycloak.Factory.csproj +++ b/src/keycloak/Keycloak.Factory/Keycloak.Factory.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.Factory Org.Eclipse.TractusX.Portal.Backend.Keycloak.Factory - net8.0 + net9.0 enable enable diff --git a/src/keycloak/Keycloak.Library/Keycloak.Library.csproj b/src/keycloak/Keycloak.Library/Keycloak.Library.csproj index b0e7f5a261..20fc6640f7 100644 --- a/src/keycloak/Keycloak.Library/Keycloak.Library.csproj +++ b/src/keycloak/Keycloak.Library/Keycloak.Library.csproj @@ -28,7 +28,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.Library Org.Eclipse.TractusX.Portal.Backend.Keycloak.Library - net8.0 + net9.0 enable enable diff --git a/src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj b/src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj index 5b4f3dc1e4..4d6dca7983 100644 --- a/src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj +++ b/src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.Seeding Org.Eclipse.TractusX.Portal.Backend.Keycloak.Seeding - net8.0 + net9.0 enable enable b9d59db4-40b8-4722-8263-a61a1ef3155c diff --git a/src/mailing/Mailing.SendMail/Mailing.SendMail.csproj b/src/mailing/Mailing.SendMail/Mailing.SendMail.csproj index 5010b608d2..425139fdc9 100644 --- a/src/mailing/Mailing.SendMail/Mailing.SendMail.csproj +++ b/src/mailing/Mailing.SendMail/Mailing.SendMail.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Mailing.SendMail Org.Eclipse.TractusX.Portal.Backend.Mailing.SendMail - net8.0 + net9.0 enable enable diff --git a/src/mailing/Mailing.Template/Mailing.Template.csproj b/src/mailing/Mailing.Template/Mailing.Template.csproj index 491d1d1385..bb4da7807c 100644 --- a/src/mailing/Mailing.Template/Mailing.Template.csproj +++ b/src/mailing/Mailing.Template/Mailing.Template.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Mailing.Template - net8.0 + net9.0 enable enable diff --git a/src/maintenance/Maintenance.App/Maintenance.App.csproj b/src/maintenance/Maintenance.App/Maintenance.App.csproj index 0a2eab6d2a..b959fdd824 100644 --- a/src/maintenance/Maintenance.App/Maintenance.App.csproj +++ b/src/maintenance/Maintenance.App/Maintenance.App.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Maintenance.App Org.Eclipse.TractusX.Portal.Backend.Maintenance.App - net8.0 + net9.0 enable enable 032003D5-FBCF-48CE-AE7C-F8F5F43DCCC1 diff --git a/src/marketplace/Apps.Service/Apps.Service.csproj b/src/marketplace/Apps.Service/Apps.Service.csproj index 5287a1cf9d..ac04710f80 100644 --- a/src/marketplace/Apps.Service/Apps.Service.csproj +++ b/src/marketplace/Apps.Service/Apps.Service.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Apps.Service Org.Eclipse.TractusX.Portal.Backend.Apps.Service - net8.0 + net9.0 enable enable f76855bd-4dc4-4cdb-a3ac-c029b43c21ae diff --git a/src/marketplace/Offers.Library.Web/Offers.Library.Web.csproj b/src/marketplace/Offers.Library.Web/Offers.Library.Web.csproj index 2b59a4b30d..42fb2a767e 100644 --- a/src/marketplace/Offers.Library.Web/Offers.Library.Web.csproj +++ b/src/marketplace/Offers.Library.Web/Offers.Library.Web.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Offers.Library.Web Org.Eclipse.TractusX.Portal.Backend.Offers.Library.Web - net8.0 + net9.0 enable enable diff --git a/src/marketplace/Offers.Library/Offers.Library.csproj b/src/marketplace/Offers.Library/Offers.Library.csproj index ced2e276f8..4058901824 100644 --- a/src/marketplace/Offers.Library/Offers.Library.csproj +++ b/src/marketplace/Offers.Library/Offers.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Offers.Library Org.Eclipse.TractusX.Portal.Backend.Offers.Library - net8.0 + net9.0 enable enable diff --git a/src/marketplace/Services.Service/Services.Service.csproj b/src/marketplace/Services.Service/Services.Service.csproj index 1dea012342..b56bb1689f 100644 --- a/src/marketplace/Services.Service/Services.Service.csproj +++ b/src/marketplace/Services.Service/Services.Service.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Services.Service Org.Eclipse.TractusX.Portal.Backend.Services.Service - net8.0 + net9.0 enable enable 9e7888a2-da8b-44ec-8f8b-bd9b4d374726 diff --git a/src/notifications/Notifications.Library/Notifications.Library.csproj b/src/notifications/Notifications.Library/Notifications.Library.csproj index 52a094a605..3cd8f1f755 100644 --- a/src/notifications/Notifications.Library/Notifications.Library.csproj +++ b/src/notifications/Notifications.Library/Notifications.Library.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Notifications.Library - net8.0 + net9.0 enable enable diff --git a/src/notifications/Notifications.Service/Notifications.Service.csproj b/src/notifications/Notifications.Service/Notifications.Service.csproj index 191e16e72e..c1b452f6fc 100644 --- a/src/notifications/Notifications.Service/Notifications.Service.csproj +++ b/src/notifications/Notifications.Service/Notifications.Service.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Notifications.Service Org.Eclipse.TractusX.Portal.Backend.Notifications.Service - net8.0 + net9.0 enable enable Linux diff --git a/src/portalbackend/PortalBackend.DBAccess/PortalBackend.DBAccess.csproj b/src/portalbackend/PortalBackend.DBAccess/PortalBackend.DBAccess.csproj index 1e0b8f9e53..8041970c8b 100644 --- a/src/portalbackend/PortalBackend.DBAccess/PortalBackend.DBAccess.csproj +++ b/src/portalbackend/PortalBackend.DBAccess/PortalBackend.DBAccess.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess - net8.0 + net9.0 enable enable diff --git a/src/portalbackend/PortalBackend.Migrations/PortalBackend.Migrations.csproj b/src/portalbackend/PortalBackend.Migrations/PortalBackend.Migrations.csproj index d97efb9367..2e0b986f41 100644 --- a/src/portalbackend/PortalBackend.Migrations/PortalBackend.Migrations.csproj +++ b/src/portalbackend/PortalBackend.Migrations/PortalBackend.Migrations.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.Migrations Org.Eclipse.TractusX.Portal.Backend.PortalBackend.Migrations - net8.0 + net9.0 enable enable 6d6eeaac-f0c8-4f2e-a5f3-3eafdc2dd8d9 diff --git a/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj b/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj index 692bac8315..fc768c86fc 100644 --- a/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj +++ b/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.PortalEntities Org.Eclipse.TractusX.Portal.Backend.PortalBackend.PortalEntities - net8.0 + net9.0 enable enable diff --git a/src/processes/ApplicationChecklist.Config/ApplicationChecklist.Config.csproj b/src/processes/ApplicationChecklist.Config/ApplicationChecklist.Config.csproj index 143c608510..20da78c843 100644 --- a/src/processes/ApplicationChecklist.Config/ApplicationChecklist.Config.csproj +++ b/src/processes/ApplicationChecklist.Config/ApplicationChecklist.Config.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.ApplicationChecklist.Config Org.Eclipse.TractusX.Portal.Backend.Processes.ApplicationChecklist.Config - net8.0 + net9.0 enable enable 91356e1f-3558-409f-9afe-a1cd06ae65b2 diff --git a/src/processes/ApplicationChecklist.Executor/ApplicationChecklist.Executor.csproj b/src/processes/ApplicationChecklist.Executor/ApplicationChecklist.Executor.csproj index 616c7ee99e..47daf9b2e9 100644 --- a/src/processes/ApplicationChecklist.Executor/ApplicationChecklist.Executor.csproj +++ b/src/processes/ApplicationChecklist.Executor/ApplicationChecklist.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.ApplicationChecklist.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.ApplicationChecklist.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/ApplicationChecklist.Library/ApplicationChecklist.Library.csproj b/src/processes/ApplicationChecklist.Library/ApplicationChecklist.Library.csproj index a6707aa88e..124b2ad977 100644 --- a/src/processes/ApplicationChecklist.Library/ApplicationChecklist.Library.csproj +++ b/src/processes/ApplicationChecklist.Library/ApplicationChecklist.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.ApplicationChecklist.Library Org.Eclipse.TractusX.Portal.Backend.Processes.ApplicationChecklist.Library - net8.0 + net9.0 enable enable 10475eed-3b71-47aa-abf6-db32fca27634 diff --git a/src/processes/DimUserProcess.Executor/DimUserProcess.Executor.csproj b/src/processes/DimUserProcess.Executor/DimUserProcess.Executor.csproj index 76628577ff..a387f80fd3 100644 --- a/src/processes/DimUserProcess.Executor/DimUserProcess.Executor.csproj +++ b/src/processes/DimUserProcess.Executor/DimUserProcess.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.DimUserCreationProcess.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.DimUserCreationProcess.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/IdentityProviderProvisioning.Executor/IdentityProviderProvisioning.Executor.csproj b/src/processes/IdentityProviderProvisioning.Executor/IdentityProviderProvisioning.Executor.csproj index 6030e08d8e..49938c1926 100644 --- a/src/processes/IdentityProviderProvisioning.Executor/IdentityProviderProvisioning.Executor.csproj +++ b/src/processes/IdentityProviderProvisioning.Executor/IdentityProviderProvisioning.Executor.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.IdentityProviderProvisioning.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.IdentityProviderProvisioning.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/Invitation.Executor/Invitation.Executor.csproj b/src/processes/Invitation.Executor/Invitation.Executor.csproj index 0bf5fd23a9..c151aa481f 100644 --- a/src/processes/Invitation.Executor/Invitation.Executor.csproj +++ b/src/processes/Invitation.Executor/Invitation.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Invitation.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.Invitation.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/Mailing.Executor/Mailing.Executor.csproj b/src/processes/Mailing.Executor/Mailing.Executor.csproj index 51786b2c1f..9932c53bfc 100644 --- a/src/processes/Mailing.Executor/Mailing.Executor.csproj +++ b/src/processes/Mailing.Executor/Mailing.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Mailing.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.Mailing.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/Mailing.Library/Mailing.Library.csproj b/src/processes/Mailing.Library/Mailing.Library.csproj index 04af8656c0..2d9e98e482 100644 --- a/src/processes/Mailing.Library/Mailing.Library.csproj +++ b/src/processes/Mailing.Library/Mailing.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Mailing.Library Org.Eclipse.TractusX.Portal.Backend.Processes.Mailing.Library - net8.0 + net9.0 enable enable diff --git a/src/processes/NetworkRegistration.Executor/NetworkRegistration.Executor.csproj b/src/processes/NetworkRegistration.Executor/NetworkRegistration.Executor.csproj index a57ac061a3..96166676ca 100644 --- a/src/processes/NetworkRegistration.Executor/NetworkRegistration.Executor.csproj +++ b/src/processes/NetworkRegistration.Executor/NetworkRegistration.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.NetworkRegistration.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.NetworkRegistration.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/NetworkRegistration.Library/NetworkRegistration.Library.csproj b/src/processes/NetworkRegistration.Library/NetworkRegistration.Library.csproj index 61c2ff361e..dd612cc842 100644 --- a/src/processes/NetworkRegistration.Library/NetworkRegistration.Library.csproj +++ b/src/processes/NetworkRegistration.Library/NetworkRegistration.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.NetworkRegistration.Library Org.Eclipse.TractusX.Portal.Backend.Processes.NetworkRegistration.Library - net8.0 + net9.0 enable enable diff --git a/src/processes/OfferSubscription.Executor/OfferSubscription.Executor.csproj b/src/processes/OfferSubscription.Executor/OfferSubscription.Executor.csproj index 7a1339b8f3..e2569734e8 100644 --- a/src/processes/OfferSubscription.Executor/OfferSubscription.Executor.csproj +++ b/src/processes/OfferSubscription.Executor/OfferSubscription.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.OfferSubscription.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.OfferSubscription.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/OfferSubscription.Library/OfferSubscription.Library.csproj b/src/processes/OfferSubscription.Library/OfferSubscription.Library.csproj index 890d06f393..cd22559a23 100644 --- a/src/processes/OfferSubscription.Library/OfferSubscription.Library.csproj +++ b/src/processes/OfferSubscription.Library/OfferSubscription.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.OfferSubscription.Library Org.Eclipse.TractusX.Portal.Backend.Processes.OfferSubscription.Library - net8.0 + net9.0 enable enable diff --git a/src/processes/Processes.Library/Processes.Library.csproj b/src/processes/Processes.Library/Processes.Library.csproj index 5de45af37f..ac53d93f78 100644 --- a/src/processes/Processes.Library/Processes.Library.csproj +++ b/src/processes/Processes.Library/Processes.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Library Org.Eclipse.TractusX.Portal.Backend.Processes.Library - net8.0 + net9.0 enable enable 76a1cf69-39e1-43a7-b6a7-fef83be5359f diff --git a/src/processes/Processes.ProcessIdentity/Processes.ProcessIdentity.csproj b/src/processes/Processes.ProcessIdentity/Processes.ProcessIdentity.csproj index bf3547b4d2..769d870938 100644 --- a/src/processes/Processes.ProcessIdentity/Processes.ProcessIdentity.csproj +++ b/src/processes/Processes.ProcessIdentity/Processes.ProcessIdentity.csproj @@ -18,7 +18,7 @@ --> - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Processes.ProcessIdentity diff --git a/src/processes/Processes.Worker.Library/Processes.Worker.Library.csproj b/src/processes/Processes.Worker.Library/Processes.Worker.Library.csproj index 1d1b4bcb23..f39b257253 100644 --- a/src/processes/Processes.Worker.Library/Processes.Worker.Library.csproj +++ b/src/processes/Processes.Worker.Library/Processes.Worker.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library Org.Eclipse.TractusX.Portal.Backend.Processes.Worker.Library - net8.0 + net9.0 enable enable diff --git a/src/processes/Processes.Worker/Processes.Worker.csproj b/src/processes/Processes.Worker/Processes.Worker.csproj index 01be76f0f2..6c697c2479 100644 --- a/src/processes/Processes.Worker/Processes.Worker.csproj +++ b/src/processes/Processes.Worker/Processes.Worker.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.Worker Org.Eclipse.TractusX.Portal.Backend.Processes.Worker - net8.0 + net9.0 enable enable 864FF3A5-6A8A-4786-939B-D7060E74EEF6 diff --git a/src/processes/SelfDescriptionCreation.Executor/SelfDescriptionCreation.Executor.csproj b/src/processes/SelfDescriptionCreation.Executor/SelfDescriptionCreation.Executor.csproj index 195c73bf4c..e2471c4514 100644 --- a/src/processes/SelfDescriptionCreation.Executor/SelfDescriptionCreation.Executor.csproj +++ b/src/processes/SelfDescriptionCreation.Executor/SelfDescriptionCreation.Executor.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.SelfDescriptionCreation.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.SelfDescriptionCreation.Executor - net8.0 + net9.0 enable enable diff --git a/src/processes/UserProvisioning.Executor/UserProvisioning.Executor.csproj b/src/processes/UserProvisioning.Executor/UserProvisioning.Executor.csproj index 696f9ce7f1..d82f769760 100644 --- a/src/processes/UserProvisioning.Executor/UserProvisioning.Executor.csproj +++ b/src/processes/UserProvisioning.Executor/UserProvisioning.Executor.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Processes.UserProvisioning.Executor Org.Eclipse.TractusX.Portal.Backend.Processes.UserProvisioning.Executor - net8.0 + net9.0 enable enable diff --git a/src/provisioning/Provisioning.DBAccess/Provisioning.DBAccess.csproj b/src/provisioning/Provisioning.DBAccess/Provisioning.DBAccess.csproj index 29fad7f1b5..8510a010b1 100644 --- a/src/provisioning/Provisioning.DBAccess/Provisioning.DBAccess.csproj +++ b/src/provisioning/Provisioning.DBAccess/Provisioning.DBAccess.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.DBAccess - net8.0 + net9.0 enable enable diff --git a/src/provisioning/Provisioning.Library/Provisioning.Library.csproj b/src/provisioning/Provisioning.Library/Provisioning.Library.csproj index 2f44fb915e..10a895b1b9 100644 --- a/src/provisioning/Provisioning.Library/Provisioning.Library.csproj +++ b/src/provisioning/Provisioning.Library/Provisioning.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.Library Org.Eclipse.TractusX.Portal.Backend.Provisioning.Library - net8.0 + net9.0 enable enable diff --git a/src/provisioning/Provisioning.Migrations/Provisioning.Migrations.csproj b/src/provisioning/Provisioning.Migrations/Provisioning.Migrations.csproj index bfaa7efd9f..a0ef3c2ce7 100644 --- a/src/provisioning/Provisioning.Migrations/Provisioning.Migrations.csproj +++ b/src/provisioning/Provisioning.Migrations/Provisioning.Migrations.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.Migrations Org.Eclipse.TractusX.Portal.Backend.Provisioning.Migrations - net8.0 + net9.0 enable enable 8ff18631-81b3-4630-882b-0a6ef5ff9fc3 diff --git a/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj b/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj index 289ba3d910..24cc0c520e 100644 --- a/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj +++ b/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.ProvisioningEntities - net8.0 + net9.0 enable enable diff --git a/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj b/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj index 721b5a1ef5..9bac03c133 100644 --- a/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj +++ b/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.ApplicationActivation.Library Org.Eclipse.TractusX.Portal.Backend.ApplicationActivation.Library - net8.0 + net9.0 enable enable 7a408fce-b6c8-44c0-93dd-bcddd693fd79 diff --git a/src/registration/Registration.Common/Registration.Common.csproj b/src/registration/Registration.Common/Registration.Common.csproj index 43b18e4531..50dfe6e49f 100644 --- a/src/registration/Registration.Common/Registration.Common.csproj +++ b/src/registration/Registration.Common/Registration.Common.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Registration.Common Org.Eclipse.TractusX.Portal.Backend.Registration.Common - net8.0 + net9.0 enable enable diff --git a/src/registration/Registration.Service/Registration.Service.csproj b/src/registration/Registration.Service/Registration.Service.csproj index 7b985d9592..c25d045c46 100644 --- a/src/registration/Registration.Service/Registration.Service.csproj +++ b/src/registration/Registration.Service/Registration.Service.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Registration.Service Org.Eclipse.TractusX.Portal.Backend.Registration.Service - net8.0 + net9.0 enable enable 1557fa58-6743-480f-8f98-155d33f89c0a diff --git a/src/web/Web.Identity/Web.Identity.csproj b/src/web/Web.Identity/Web.Identity.csproj index 901fe35a95..1be4b6e0cc 100644 --- a/src/web/Web.Identity/Web.Identity.csproj +++ b/src/web/Web.Identity/Web.Identity.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Web.Identity Org.Eclipse.TractusX.Portal.Backend.Web.Identity - net8.0 + net9.0 enable enable diff --git a/src/web/Web.Initialization/Web.Initialization.csproj b/src/web/Web.Initialization/Web.Initialization.csproj index 972ff3d9e4..3eeb626fa9 100644 --- a/src/web/Web.Initialization/Web.Initialization.csproj +++ b/src/web/Web.Initialization/Web.Initialization.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Web.Initialization Org.Eclipse.TractusX.Portal.Backend.Web.Initialization - net8.0 + net9.0 enable enable diff --git a/src/web/Web.PublicInfos/Web.PublicInfos.csproj b/src/web/Web.PublicInfos/Web.PublicInfos.csproj index f9441c443c..7eb1e0f087 100644 --- a/src/web/Web.PublicInfos/Web.PublicInfos.csproj +++ b/src/web/Web.PublicInfos/Web.PublicInfos.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Web.PublicInfos Org.Eclipse.TractusX.Portal.Backend.Web.PublicInfos - net8.0 + net9.0 enable enable diff --git a/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj b/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj index 30fc022960..43fdd0dd73 100644 --- a/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj +++ b/tests/administration/Administration.Service.Tests/Administration.Service.Tests.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Administration.Service.Tests Org.Eclipse.TractusX.Portal.Backend.Administration.Service.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/endtoend/EndToEnd.Tests.csproj b/tests/endtoend/EndToEnd.Tests.csproj index dd75a81693..3a2a6a8be8 100644 --- a/tests/endtoend/EndToEnd.Tests.csproj +++ b/tests/endtoend/EndToEnd.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.EndToEnd.Tests Org.Eclipse.TractusX.Portal.Backend.EndToEnd.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj b/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj index 759c83d80d..1caa2b1b14 100644 --- a/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj +++ b/tests/externalsystems/Bpdm.Library/Bpdm.Library.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj b/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj index 5d1ed67839..1fb1e3f2f8 100644 --- a/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj +++ b/tests/externalsystems/BpnDidResolver.Library.Tests/BpnDidResolver.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj b/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj index 72846a5c50..cfb64202f8 100644 --- a/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj +++ b/tests/externalsystems/Clearinghouse.Library.Tests/Clearinghouse.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj b/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj index 31eba4cddc..4d9789e81a 100644 --- a/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj +++ b/tests/externalsystems/Custodian.Library.Tests/Custodian.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj b/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj index 93e725b7d8..fce4e54c2f 100644 --- a/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj +++ b/tests/externalsystems/Dim.Library.Tests/Dim.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj b/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj index ddca18dd5f..47f1b4df89 100644 --- a/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj +++ b/tests/externalsystems/ExternalSystems.Provisioning.Library.Tests/ExternalSystems.Provisioning.Library.Tests.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.ExternalSystems.Provisioning.Library.Tests Org.Eclipse.TractusX.Portal.Backend.ExternalSystems.Provisioning.Library.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj b/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj index d423a25a15..a005ef7a01 100644 --- a/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj +++ b/tests/externalsystems/IssuerComponent.Library.Tests/IssuerComponent.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj b/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj index 7897915c82..7c42017d17 100644 --- a/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj +++ b/tests/externalsystems/OfferProvider.Library/OfferProvider.Library.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj b/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj index 5864e24a76..f4c4934466 100644 --- a/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj +++ b/tests/externalsystems/OnboardingServiceProvider.Library.Tests/OnboardingServiceProvider.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj b/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj index 66cbbd63e3..e7cfb8e49b 100644 --- a/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj +++ b/tests/externalsystems/SdFactory.Library.Tests/SdFactory.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Async.Tests/Framework.Async.Tests.csproj b/tests/framework/Framework.Async.Tests/Framework.Async.Tests.csproj index 63cc7ae342..651910da4c 100644 --- a/tests/framework/Framework.Async.Tests/Framework.Async.Tests.csproj +++ b/tests/framework/Framework.Async.Tests/Framework.Async.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Async.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.Async.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.DBAccess.Tests/Framework.DBAccess.Tests.csproj b/tests/framework/Framework.DBAccess.Tests/Framework.DBAccess.Tests.csproj index 2467b02c82..7be805bd40 100644 --- a/tests/framework/Framework.DBAccess.Tests/Framework.DBAccess.Tests.csproj +++ b/tests/framework/Framework.DBAccess.Tests/Framework.DBAccess.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.DBAccess.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.DBAccess.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj b/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj index 2c4aa94c59..4ff991e9a1 100644 --- a/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj +++ b/tests/framework/Framework.ErrorHandling.Web.Tests/Framework.ErrorHandling.Web.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Web.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling.Web.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj b/tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj index 232e356f8b..bfe57ba924 100644 --- a/tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj +++ b/tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.IO.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.IO.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj b/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj index 57f43f0d8f..238d768572 100644 --- a/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj +++ b/tests/framework/Framework.Linq.Tests/Framework.Linq.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Linq.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.Linq.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Logging.Tests/Framework.Logging.Tests.csproj b/tests/framework/Framework.Logging.Tests/Framework.Logging.Tests.csproj index 23d0f084f4..2a771dc8cd 100644 --- a/tests/framework/Framework.Logging.Tests/Framework.Logging.Tests.csproj +++ b/tests/framework/Framework.Logging.Tests/Framework.Logging.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Logging.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.Logging.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj b/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj index 1153bb12c5..0111502ffd 100644 --- a/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj +++ b/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Models.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.Models.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj b/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj index c8ab8de85b..d129b2e834 100644 --- a/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj +++ b/tests/framework/Framework.Tests.Shared/Framework.Tests.Shared.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Tests.Shared Org.Eclipse.TractusX.Portal.Backend.Framework.Tests.Shared - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj b/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj index 4fab94692d..b2c127afaf 100644 --- a/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj +++ b/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj b/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj index 5c9c57ffc5..dcec93a863 100644 --- a/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj +++ b/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Web.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.Web.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj b/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj index eb0122f5ae..3c224d16df 100644 --- a/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj +++ b/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.Authentication.Tests Org.Eclipse.TractusX.Portal.Backend.Keycloak.Authentication.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj b/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj index c6cdd92663..0648ba91e1 100644 --- a/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj +++ b/tests/keycloak/Keycloak.Seeding.Tests/Keycloak.Seeding.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Keycloak.Seeding.Tests Org.Eclipse.TractusX.Portal.Backend.Keycloak.Seeding.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj b/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj index d00d1dac5c..8cfe7a3f40 100644 --- a/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj +++ b/tests/maintenance/Maintenance.App.Tests/Maintenance.App.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.Maintenance.App.Tests Org.Eclipse.TractusX.Portal.Backend.PortalBackend.Maintenance.App.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj b/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj index 3082c3d08c..78271e8455 100644 --- a/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj +++ b/tests/marketplace/Apps.Service.Tests/Apps.Service.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Apps.Service.Tests Org.Eclipse.TractusX.Portal.Backend.Apps.Service.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj b/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj index a6ff37dfa1..7f1a2c4ad1 100644 --- a/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj +++ b/tests/marketplace/Offer.Library.Web.Tests/Offer.Library.Web.Tests.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Offers.Library.Web.Tests Org.Eclipse.TractusX.Portal.Backend.Offers.Library.Web.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj b/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj index 52325c0c73..f6e0952c56 100644 --- a/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj +++ b/tests/marketplace/Offers.Library.Tests/Offers.Library.Tests.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Offers.Library.Tests Org.Eclipse.TractusX.Portal.Backend.Offers.Library.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj b/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj index 8e69508163..a20820da60 100644 --- a/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj +++ b/tests/marketplace/Services.Service.Tests/Services.Service.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Services.Service.Tests Org.Eclipse.TractusX.Portal.Backend.Services.Service.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj b/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj index d6a451f4f6..849e589403 100644 --- a/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj +++ b/tests/notifications/Notifications.Library.Tests/Notifications.Library.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Notifications.Library.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj b/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj index 78fcf66943..4f57881553 100644 --- a/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj +++ b/tests/notifications/Notifications.Service.Tests/Notifications.Service.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Notifications.Service.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj b/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj index f4dceb5b8e..8dd31adb06 100644 --- a/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj +++ b/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Tests Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj b/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj index dfd9178e50..a91796f9e3 100644 --- a/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj +++ b/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.Migrations.Tests Org.Eclipse.TractusX.Portal.Backend.PortalBackend.Migrations.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj b/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj index 0cadb9a7f6..e1569119bf 100644 --- a/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj +++ b/tests/processes/ApplicationChecklist.Executor.Tests/ApplicationChecklist.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj b/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj index c6ab51a762..5d6d881ac3 100644 --- a/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj +++ b/tests/processes/ApplicationChecklist.Library.Tests/ApplicationChecklist.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj b/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj index 677662815b..cda2531a2b 100644 --- a/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj +++ b/tests/processes/DimUserProcess.Executor.Tests/DimUserProcess.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj b/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj index 160f4f0374..35f205572b 100644 --- a/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj +++ b/tests/processes/IdentityProviderProvisioning.Executor.Tests/IdentityProviderProvisioning.Executor.Tests.csproj @@ -18,7 +18,7 @@ --> - net8.0 + net9.0 enable enable false diff --git a/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj b/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj index cc4154e7a5..8caccc97fb 100644 --- a/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj +++ b/tests/processes/Invitation.Executor.Tests/Invitation.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj b/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj index e5e4fdf0c8..7ad926b154 100644 --- a/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj +++ b/tests/processes/Mailing.Executor.Tests/Mailing.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj b/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj index 778c17572d..55c940c475 100644 --- a/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj +++ b/tests/processes/Mailing.Library.Tests/Mailing.Library.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Mailing.Service.Tests Org.Eclipse.TractusX.Portal.Backend.Mailing.Service.Tests - net8.0 + net9.0 enable enable diff --git a/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj b/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj index 780ccb619b..db875c2c8e 100644 --- a/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj +++ b/tests/processes/NetworkRegistration.Executor.Tests/NetworkRegistration.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj b/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj index d89a401379..e83d95543a 100644 --- a/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj +++ b/tests/processes/NetworkRegistration.Library.Tests/NetworkRegistration.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj b/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj index 03098dc384..883813aae0 100644 --- a/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj +++ b/tests/processes/OfferSubscription.Executor.Tests/OfferSubscription.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj b/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj index a6f7338017..7a24c852c0 100644 --- a/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj +++ b/tests/processes/OfferSubscription.Library.Tests/OfferSubscription.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj b/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj index 079fc6a65b..ee54bc5e91 100644 --- a/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj +++ b/tests/processes/Processes.Library.Tests/Processes.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj b/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj index 78a3382ad7..2f22d7be89 100644 --- a/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj +++ b/tests/processes/Processes.Worker.Library.Tests/Processes.Worker.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj b/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj index dd6a5e45e6..5b97bb64ea 100644 --- a/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj +++ b/tests/processes/SelfDescriptionCreation.Executor.Tests/SelfDescriptionCreation.Executor.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj b/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj index 82a3463672..db12ea36c3 100644 --- a/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj +++ b/tests/processes/UserProvisioning.Executor.Tests/UserProvisioning.Executor.Tests.csproj @@ -18,7 +18,7 @@ --> - net8.0 + net9.0 enable enable false diff --git a/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj b/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj index e1368d9522..1cfbcea672 100644 --- a/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj +++ b/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj b/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj index fcf6694440..553390b4cd 100644 --- a/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj +++ b/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj @@ -20,7 +20,7 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.Library.Tests Org.Eclipse.TractusX.Portal.Backend.Provisioning.Library.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj b/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj index 274effdb74..f0909056b2 100644 --- a/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj +++ b/tests/registration/ApplicationActivation.Library.Tests/ApplicationActivation.Library.Tests.csproj @@ -19,7 +19,7 @@ - net8.0 + net9.0 enable enable false diff --git a/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj b/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj index 85cbcda714..1160427c8b 100644 --- a/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj +++ b/tests/registration/Registration.Service.Tests/Registration.Service.Tests.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Registration.Service.Tests Org.Eclipse.TractusX.Portal.Backend.Registration.Service.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/shared/Tests.Shared/Tests.Shared.csproj b/tests/shared/Tests.Shared/Tests.Shared.csproj index af30cde2ac..a04631c763 100644 --- a/tests/shared/Tests.Shared/Tests.Shared.csproj +++ b/tests/shared/Tests.Shared/Tests.Shared.csproj @@ -22,7 +22,7 @@ Org.Eclipse.TractusX.Portal.Backend.Tests.Shared Org.Eclipse.TractusX.Portal.Backend.Tests.Shared - net8.0 + net9.0 enable enable diff --git a/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj b/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj index 7b85e680b7..3cb54fbc39 100644 --- a/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj +++ b/tests/web/Web.Identity.Tests/Web.Identity.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Framework.Web.Tests Org.Eclipse.TractusX.Portal.Backend.Framework.Web.Tests - net8.0 + net9.0 enable enable false diff --git a/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj b/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj index 1b8a821b45..57dc983d8a 100644 --- a/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj +++ b/tests/web/Web.PublicInfos.Tests/Web.PublicInfos.Tests.csproj @@ -21,7 +21,7 @@ Org.Eclipse.TractusX.Portal.Backend.Web.PublicInfos.Tests Org.Eclipse.TractusX.Portal.Backend.Web.PublicInfos.Tests - net8.0 + net9.0 enable enable false