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/DEPENDENCIES b/DEPENDENCIES index 93dd69662f..a198ab889c 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -3,7 +3,7 @@ nuget/nuget/-/AutoFixture.Xunit/4.18.1, MIT, approved, #10082 nuget/nuget/-/AutoFixture/4.18.1, MIT, approved, #10057 nuget/nuget/-/BouncyCastle.Cryptography/2.5.0, MIT AND Apache-2.0 AND BSD-3-Clause AND LicenseRef-scancode-ietf-trust, approved, #17942 nuget/nuget/-/Castle.Core/5.1.1, Apache-2.0, approved, #13966 -nuget/nuget/-/EFCore.NamingConventions/8.0.3, Apache-2.0, approved, #13983 +nuget/nuget/-/EFCore.NamingConventions/9.0.0, Apache-2.0, approved, #17617 nuget/nuget/-/FakeItEasy/8.3.0, MIT, approved, #16328 nuget/nuget/-/Fare/2.1.1, MIT, approved, clearlydefined nuget/nuget/-/FluentAssertions/6.12.2, MIT AND Apache-2.0 AND BSD-3-Clause AND CC-BY-3.0-US AND (GPL-2.0-only OR MIT) AND OFL-1.1 AND WTFPL, approved, #13976 @@ -14,19 +14,21 @@ nuget/nuget/-/Humanizer.Core/2.14.1, MIT, approved, #10060 nuget/nuget/-/Json.More.Net/2.0.1.2, MIT AND OFL-1.1 AND CC-BY-SA-4.0, approved, #15173 nuget/nuget/-/JsonPointer.Net/5.0.0, MIT AND OFL-1.1 AND CC-BY-SA-4.0, approved, #15172 nuget/nuget/-/JsonSchema.Net/7.3.0, MIT AND OFL-1.1, approved, #17607 -nuget/nuget/-/Laraue.EfCoreTriggers.Common/8.1.2, MIT, approved, #16234 -nuget/nuget/-/Laraue.EfCoreTriggers.PostgreSql/8.1.2, MIT, approved, #16240 +nuget/nuget/-/Laraue.EfCoreTriggers.Common/9.0.0, MIT, approved, #17613 +nuget/nuget/-/Laraue.EfCoreTriggers.PostgreSql/9.0.0, MIT, approved, #17616 nuget/nuget/-/MailKit/4.9.0, MIT AND LicenseRef-scancode-ietf AND LicenseRef-scancode-ietf-trust AND (BSD-3-Clause AND LicenseRef-scancode-ietf-trust), approved, #17941 nuget/nuget/-/MimeKit/4.9.0, MIT AND FSFULLRWD AND LicenseRef-scancode-ietf AND LicenseRef-scancode-ietf-trust AND (BSD-3-Clause AND LicenseRef-scancode-ietf-trust) AND BSD-3-Clause AND MS-PL AND CC-BY-SA-4.0 AND LicenseRef-MIT-style AND CC-PDDC AND GPL-2.0-only, approved, #17940 -nuget/nuget/-/Mono.TextTemplating/2.2.1, MIT, approved, #15073 +nuget/nuget/-/Mono.TextTemplating/3.0.0, MIT, approved, #17609 nuget/nuget/-/NHamcrest/3.4.0, MIT, approved, #13964 nuget/nuget/-/NJsonSchema.Annotations/11.1.0, MIT, approved, #17773 nuget/nuget/-/NJsonSchema/11.1.0, MIT, approved, #17775 nuget/nuget/-/Namotion.Reflection/3.2.0, MIT, approved, #17778 nuget/nuget/-/Newtonsoft.Json/13.0.1, MIT AND BSD-3-Clause, approved, #3266 nuget/nuget/-/Newtonsoft.Json/13.0.3, MIT AND BSD-3-Clause, approved, #3266 -nuget/nuget/-/Npgsql.EntityFrameworkCore.PostgreSQL/8.0.11, PostgreSQL AND MIT, approved, #13972 -nuget/nuget/-/Npgsql/8.0.6, PostgreSQL, approved, #13963 +nuget/nuget/-/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.0, PostgreSQL AND MIT, approved, #17615 +nuget/nuget/-/Npgsql.EntityFrameworkCore.PostgreSQL/9.0.1, PostgreSQL AND MIT, approved, #17615 +nuget/nuget/-/Npgsql/9.0.0, PostgreSQL, approved, #17610 +nuget/nuget/-/Npgsql/9.0.1, PostgreSQL, approved, #17608 nuget/nuget/-/PasswordGenerator/2.1.0, MIT, approved, #3192 nuget/nuget/-/ReportPortal.Client/3.9.0, Apache-2.0, approved, #16853 nuget/nuget/-/ReportPortal.Shared/3.9.0, Apache-2.0, approved, #16854 @@ -51,11 +53,11 @@ nuget/nuget/-/Serilog/3.1.1, Apache-2.0, approved, #13978 nuget/nuget/-/Serilog/4.2.0, Apache-2.0, approved, #17774 nuget/nuget/-/SharpZipLib/1.4.2, MIT AND GFDL-1.3-or-later AND (Apache-2.0 AND MIT) AND WTFPL AND bzip2-1.0.6 AND LicenseRef-Permissive-license-with-conditions AND LicenseRef-Permission-Notice, approved, #10058 nuget/nuget/-/Stubble.Core/1.10.8, MIT AND BSD-2-Clause, approved, #9297 -nuget/nuget/-/SwashBuckle.AspNetCore/6.9.0, MIT AND Apache-2.0, approved, #16816 -nuget/nuget/-/Swashbuckle.AspNetCore.Swagger/6.9.0, MIT AND Apache-2.0, approved, #16817 -nuget/nuget/-/Swashbuckle.AspNetCore.SwaggerGen/6.9.0, MIT AND Apache-2.0, approved, #16820 -nuget/nuget/-/Swashbuckle.AspNetCore.SwaggerUI/6.9.0, MIT AND Apache-2.0, approved, #16818 -nuget/nuget/-/Swashbuckle.AspNetCore/6.9.0, MIT AND Apache-2.0, approved, #16816 +nuget/nuget/-/SwashBuckle.AspNetCore/7.0.0, MIT AND Apache-2.0, approved, #17620 +nuget/nuget/-/Swashbuckle.AspNetCore.Swagger/7.0.0, MIT AND Apache-2.0, approved, #17612 +nuget/nuget/-/Swashbuckle.AspNetCore.SwaggerGen/7.0.0, MIT AND Apache-2.0, approved, #17611 +nuget/nuget/-/Swashbuckle.AspNetCore.SwaggerUI/7.0.0, MIT AND Apache-2.0, approved, #17614 +nuget/nuget/-/Swashbuckle.AspNetCore/7.0.0, MIT AND Apache-2.0, approved, #17620 nuget/nuget/-/Testcontainers.PostgreSql/4.1.0, MIT, approved, #17771 nuget/nuget/-/Testcontainers/4.1.0, MIT, approved, #17776 nuget/nuget/-/Xunit.Extensions.AssemblyFixture/2.6.0, MIT, approved, #17055 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/docs/api/administration-service.yaml b/docs/api/administration-service.yaml index 825f60efeb..8853a4094c 100644 --- a/docs/api/administration-service.yaml +++ b/docs/api/administration-service.yaml @@ -241,30 +241,28 @@ paths: content: multipart/form-data: schema: - type: object - properties: - CertificateType: - $ref: '#/components/schemas/CompanyCertificateTypeId' - Document: - type: file - format: binary - ExternalCertificateNumber: - type: string - Sites: - type: array - items: - type: string - ValidFrom: - type: string - format: date-time - ValidTill: - type: string - format: date-time - Issuer: - type: string + allOf: + - $ref: '#/components/schemas/CompanyCertificateTypeId' + - type: object + properties: + Document: + type: file + format: binary + ExternalCertificateNumber: + type: string + Sites: + type: array + items: + type: string + ValidFrom: + type: string + format: date-time + ValidTill: + type: string + format: date-time + Issuer: + type: string encoding: - CertificateType: - style: form Document: style: form ExternalCertificateNumber: @@ -279,30 +277,28 @@ paths: style: form application/json: schema: - type: object - properties: - CertificateType: - $ref: '#/components/schemas/CompanyCertificateTypeId' - Document: - type: file - format: binary - ExternalCertificateNumber: - type: string - Sites: - type: array - items: - type: string - ValidFrom: - type: string - format: date-time - ValidTill: - type: string - format: date-time - Issuer: - type: string + allOf: + - $ref: '#/components/schemas/CompanyCertificateTypeId' + - type: object + properties: + Document: + type: file + format: binary + ExternalCertificateNumber: + type: string + Sites: + type: array + items: + type: string + ValidFrom: + type: string + format: date-time + ValidTill: + type: string + format: date-time + Issuer: + type: string encoding: - CertificateType: - style: form Document: style: form ExternalCertificateNumber: diff --git a/src/administration/Administration.Service/Administration.Service.csproj b/src/administration/Administration.Service/Administration.Service.csproj index fabf070f18..d0ee65a9dd 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 @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/externalsystems/Bpdm.Library/Bpdm.Library.csproj b/src/externalsystems/Bpdm.Library/Bpdm.Library.csproj index d415c0d2de..8b514f61ad 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 @@ -34,7 +34,7 @@ - + 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 ece622bb06..2da3e3053a 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 58f8a1ab2b..094d09c89f 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/Directory.Build.props b/src/framework/Framework.Async/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Async/Directory.Build.props +++ b/src/framework/Framework.Async/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 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/Directory.Build.props b/src/framework/Framework.Cors/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Cors/Directory.Build.props +++ b/src/framework/Framework.Cors/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Cors/Framework.Cors.csproj b/src/framework/Framework.Cors/Framework.Cors.csproj index 1060037fc7..d8e3b6da63 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 @@ -66,6 +66,6 @@ - + diff --git a/src/framework/Framework.DBAccess/Directory.Build.props b/src/framework/Framework.DBAccess/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.DBAccess/Directory.Build.props +++ b/src/framework/Framework.DBAccess/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.DBAccess/Framework.DBAccess.csproj b/src/framework/Framework.DBAccess/Framework.DBAccess.csproj index 3d9091f695..55ff0a8bd1 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 @@ -61,6 +61,6 @@ - + diff --git a/src/framework/Framework.DateTimeProvider/Directory.Build.props b/src/framework/Framework.DateTimeProvider/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.DateTimeProvider/Directory.Build.props +++ b/src/framework/Framework.DateTimeProvider/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj b/src/framework/Framework.DateTimeProvider/Framework.DateTimeProvider.csproj index 38975e1942..dd0354a72f 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 @@ -62,6 +62,6 @@ - + diff --git a/src/framework/Framework.DependencyInjection/Directory.Build.props b/src/framework/Framework.DependencyInjection/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.DependencyInjection/Directory.Build.props +++ b/src/framework/Framework.DependencyInjection/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.DependencyInjection/Framework.DependencyInjection.csproj b/src/framework/Framework.DependencyInjection/Framework.DependencyInjection.csproj index 55e180f1a4..2aa3e5f761 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 @@ -63,7 +63,7 @@ - + diff --git a/src/framework/Framework.ErrorHandling.Controller/Directory.Build.props b/src/framework/Framework.ErrorHandling.Controller/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.ErrorHandling.Controller/Directory.Build.props +++ b/src/framework/Framework.ErrorHandling.Controller/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.ErrorHandling.Controller/Framework.ErrorHandling.Controller.csproj b/src/framework/Framework.ErrorHandling.Controller/Framework.ErrorHandling.Controller.csproj index 9fbb00a8ef..b780086aa6 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/Directory.Build.props b/src/framework/Framework.ErrorHandling.Web/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.ErrorHandling.Web/Directory.Build.props +++ b/src/framework/Framework.ErrorHandling.Web/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.ErrorHandling.Web/Framework.ErrorHandling.Web.csproj b/src/framework/Framework.ErrorHandling.Web/Framework.ErrorHandling.Web.csproj index 4c0d0e4983..c41f01897d 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 @@ -67,7 +67,7 @@ - + diff --git a/src/framework/Framework.ErrorHandling/Directory.Build.props b/src/framework/Framework.ErrorHandling/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.ErrorHandling/Directory.Build.props +++ b/src/framework/Framework.ErrorHandling/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.ErrorHandling/Framework.ErrorHandling.csproj b/src/framework/Framework.ErrorHandling/Framework.ErrorHandling.csproj index 299ba46c24..bfeb3d0a61 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 @@ -63,7 +63,7 @@ - + diff --git a/src/framework/Framework.HttpClientExtensions/Directory.Build.props b/src/framework/Framework.HttpClientExtensions/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.HttpClientExtensions/Directory.Build.props +++ b/src/framework/Framework.HttpClientExtensions/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.HttpClientExtensions/Framework.HttpClientExtensions.csproj b/src/framework/Framework.HttpClientExtensions/Framework.HttpClientExtensions.csproj index 9294c665b9..8eadc1d8f2 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 @@ -63,8 +63,8 @@ - - + + diff --git a/src/framework/Framework.IO/Directory.Build.props b/src/framework/Framework.IO/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.IO/Directory.Build.props +++ b/src/framework/Framework.IO/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 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/Directory.Build.props b/src/framework/Framework.Linq/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Linq/Directory.Build.props +++ b/src/framework/Framework.Linq/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Linq/Framework.Linq.csproj b/src/framework/Framework.Linq/Framework.Linq.csproj index cb974021d5..0ed661f6db 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 @@ -62,7 +62,7 @@ - + diff --git a/src/framework/Framework.Logging/Directory.Build.props b/src/framework/Framework.Logging/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Logging/Directory.Build.props +++ b/src/framework/Framework.Logging/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Logging/Framework.Logging.csproj b/src/framework/Framework.Logging/Framework.Logging.csproj index fc9047b02f..50c6f49ca4 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 @@ -63,7 +63,7 @@ - + diff --git a/src/framework/Framework.Models/Directory.Build.props b/src/framework/Framework.Models/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Models/Directory.Build.props +++ b/src/framework/Framework.Models/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Models/Framework.Models.csproj b/src/framework/Framework.Models/Framework.Models.csproj index 783df5c3e9..bb9019d268 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 @@ -63,10 +63,10 @@ - - - - + + + + diff --git a/src/framework/Framework.Seeding/Directory.Build.props b/src/framework/Framework.Seeding/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Seeding/Directory.Build.props +++ b/src/framework/Framework.Seeding/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Seeding/Framework.Seeding.csproj b/src/framework/Framework.Seeding/Framework.Seeding.csproj index e8ae444e9e..71cc8c8c3a 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 @@ -65,11 +65,11 @@ - - - - - + + + + + diff --git a/src/framework/Framework.Swagger/Directory.Build.props b/src/framework/Framework.Swagger/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Swagger/Directory.Build.props +++ b/src/framework/Framework.Swagger/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Swagger/Framework.Swagger.csproj b/src/framework/Framework.Swagger/Framework.Swagger.csproj index ff6fefe13e..54ccd5280b 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 @@ -62,7 +62,7 @@ - + diff --git a/src/framework/Framework.Token/Directory.Build.props b/src/framework/Framework.Token/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Token/Directory.Build.props +++ b/src/framework/Framework.Token/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Token/Framework.Token.csproj b/src/framework/Framework.Token/Framework.Token.csproj index 169643c9e2..8d5504509e 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 @@ -66,7 +66,7 @@ - + diff --git a/src/framework/Framework.Web/Directory.Build.props b/src/framework/Framework.Web/Directory.Build.props index 6e30a7b3ec..5eba707383 100644 --- a/src/framework/Framework.Web/Directory.Build.props +++ b/src/framework/Framework.Web/Directory.Build.props @@ -19,7 +19,7 @@ - 2.13.0 + 3.0.0 diff --git a/src/framework/Framework.Web/Framework.Web.csproj b/src/framework/Framework.Web/Framework.Web.csproj index 1d5437f9e9..efa97d0cb3 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 @@ -52,6 +52,14 @@ snupkg + + + + + + + + @@ -71,12 +79,4 @@ - - - - - - - - diff --git a/src/keycloak/Keycloak.Authentication/Keycloak.Authentication.csproj b/src/keycloak/Keycloak.Authentication/Keycloak.Authentication.csproj index 1b9cd18ecc..2c8e355248 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 @@ -31,7 +31,7 @@ - + diff --git a/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj b/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj index fcffc5923b..11e74b8be9 100644 --- a/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj +++ b/src/keycloak/Keycloak.ErrorHandling/Keycloak.ErrorHandling.csproj @@ -22,14 +22,14 @@ 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..fb4df513a9 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 @@ -34,8 +34,8 @@ - - + + diff --git a/src/keycloak/Keycloak.Library/Keycloak.Library.csproj b/src/keycloak/Keycloak.Library/Keycloak.Library.csproj index de9d357dce..e00e54516f 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 ef300f2e-b1c3-4ce1-b028-92533b71aa73 diff --git a/src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj b/src/keycloak/Keycloak.Seeding/Keycloak.Seeding.csproj index 242c543d6c..7cc4b57627 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 @@ -34,11 +34,11 @@ - - - - - + + + + + diff --git a/src/mailing/Mailing.SendMail/Mailing.SendMail.csproj b/src/mailing/Mailing.SendMail/Mailing.SendMail.csproj index e457c20ff9..37a504d27d 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..db6a589066 100644 --- a/src/mailing/Mailing.Template/Mailing.Template.csproj +++ b/src/mailing/Mailing.Template/Mailing.Template.csproj @@ -21,14 +21,14 @@ 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..1cb9598427 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 @@ -31,19 +31,19 @@ True - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + diff --git a/src/marketplace/Apps.Service/Apps.Service.csproj b/src/marketplace/Apps.Service/Apps.Service.csproj index 5287a1cf9d..860118506b 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 @@ -41,7 +41,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive 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..a9a7dffc2b 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 @@ -39,7 +39,7 @@ - + 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..a360a41d99 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 @@ -33,7 +33,7 @@ - + diff --git a/src/portalbackend/PortalBackend.Migrations/PortalBackend.Migrations.csproj b/src/portalbackend/PortalBackend.Migrations/PortalBackend.Migrations.csproj index d97efb9367..27252e619c 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 @@ -33,16 +33,17 @@ CS1591 - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + + diff --git a/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj b/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj index 692bac8315..1eb889574c 100644 --- a/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj +++ b/src/portalbackend/PortalBackend.PortalEntities/PortalBackend.PortalEntities.csproj @@ -21,18 +21,18 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.PortalEntities Org.Eclipse.TractusX.Portal.Backend.PortalBackend.PortalEntities - net8.0 + net9.0 enable enable - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs b/src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs index 9f52edd6d1..8584e51fce 100644 --- a/src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs +++ b/src/portalbackend/PortalBackend.PortalEntities/PortalDbContext.cs @@ -221,12 +221,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity(entity => { entity.HasOne(d => d.AgreementCategory) - .WithMany(p => p!.Agreements) + .WithMany(p => p.Agreements) .HasForeignKey(d => d.AgreementCategoryId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.IssuerCompany) - .WithMany(p => p!.Agreements) + .WithMany(p => p.Agreements) .HasForeignKey(d => d.IssuerCompanyId) .OnDelete(DeleteBehavior.ClientSetNull); @@ -242,12 +242,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.AgreementId, e.CompanyRoleId }); entity.HasOne(d => d.Agreement) - .WithMany(p => p!.AgreementAssignedCompanyRoles) + .WithMany(p => p.AgreementAssignedCompanyRoles) .HasForeignKey(d => d.AgreementId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.CompanyRole) - .WithMany(p => p!.AgreementAssignedCompanyRoles!) + .WithMany(p => p.AgreementAssignedCompanyRoles) .HasForeignKey(d => d.CompanyRoleId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -257,12 +257,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.AgreementId, e.OfferId }); entity.HasOne(d => d.Agreement) - .WithMany(p => p!.AgreementAssignedOffers) + .WithMany(p => p.AgreementAssignedOffers) .HasForeignKey(d => d.AgreementId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.Offer) - .WithMany(p => p!.AgreementAssignedOffers!) + .WithMany(p => p.AgreementAssignedOffers) .HasForeignKey(d => d.OfferId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -272,7 +272,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.AgreementId, e.OfferTypeId }); entity.HasOne(d => d.Agreement) - .WithMany(p => p!.AgreementAssignedOfferTypes) + .WithMany(p => p.AgreementAssignedOfferTypes) .HasForeignKey(d => d.AgreementId) .OnDelete(DeleteBehavior.ClientSetNull); @@ -294,12 +294,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.ConsentId, e.OfferId }); entity.HasOne(d => d.Consent) - .WithMany(p => p!.ConsentAssignedOffers) + .WithMany(p => p.ConsentAssignedOffers) .HasForeignKey(d => d.ConsentId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.Offer) - .WithMany(p => p!.ConsentAssignedOffers!) + .WithMany(p => p.ConsentAssignedOffers) .HasForeignKey(d => d.OfferId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -307,14 +307,14 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity(entity => { entity.HasOne(d => d.ProviderCompany) - .WithMany(p => p!.ProvidedOffers); + .WithMany(p => p.ProvidedOffers); entity.HasOne(x => x.SalesManager) - .WithMany(x => x!.SalesManagerOfOffers) + .WithMany(x => x.SalesManagerOfOffers) .HasForeignKey(x => x.SalesManagerId); entity.HasOne(x => x.OfferType) - .WithMany(x => x!.Offers) + .WithMany(x => x.Offers) .HasForeignKey(x => x.OfferTypeId); entity.HasMany(p => p.Companies) @@ -495,12 +495,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { AppId = e.OfferId, e.LanguageShortName }); entity.HasOne(d => d.Offer) - .WithMany(p => p!.OfferDescriptions) + .WithMany(p => p.OfferDescriptions) .HasForeignKey(d => d.OfferId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.Language) - .WithMany(p => p!.AppDescriptions) + .WithMany(p => p.AppDescriptions) .HasForeignKey(d => d.LanguageShortName) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -517,7 +517,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { AppId = e.OfferId, e.Name }); entity.HasOne(d => d.Offer) - .WithMany(p => p!.Tags) + .WithMany(p => p.Tags) .HasForeignKey(d => d.OfferId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -926,22 +926,22 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity(entity => { entity.HasOne(d => d.Agreement) - .WithMany(p => p!.Consents) + .WithMany(p => p.Consents) .HasForeignKey(d => d.AgreementId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.Company) - .WithMany(p => p!.Consents) + .WithMany(p => p.Consents) .HasForeignKey(d => d.CompanyId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.CompanyUser) - .WithMany(p => p!.Consents) + .WithMany(p => p.Consents) .HasForeignKey(d => d.CompanyUserId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.ConsentStatus) - .WithMany(p => p!.Consents) + .WithMany(p => p.Consents) .HasForeignKey(d => d.ConsentStatusId) .OnDelete(DeleteBehavior.ClientSetNull); @@ -953,12 +953,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.ConsentId, e.OfferSubscriptionId }); entity.HasOne(d => d.Consent) - .WithMany(p => p!.ConsentAssignedOfferSubscriptions) + .WithMany(p => p.ConsentAssignedOfferSubscriptions) .HasForeignKey(d => d.ConsentId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.OfferSubscription) - .WithMany(p => p!.ConsentAssignedOfferSubscriptions) + .WithMany(p => p.ConsentAssignedOfferSubscriptions) .HasForeignKey(d => d.OfferSubscriptionId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -998,12 +998,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.CountryAlpha2Code, e.UniqueIdentifierId }); entity.HasOne(d => d.Country) - .WithMany(p => p!.CountryAssignedIdentifiers) + .WithMany(p => p.CountryAssignedIdentifiers) .HasForeignKey(d => d.CountryAlpha2Code) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.UniqueIdentifier) - .WithMany(p => p!.CountryAssignedIdentifiers) + .WithMany(p => p.CountryAssignedIdentifiers) .HasForeignKey(d => d.UniqueIdentifierId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -1033,7 +1033,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity() .HasOne(d => d.IdentityProvider) - .WithOne(p => p!.IamIdentityProvider!) + .WithOne(p => p.IamIdentityProvider!) .HasForeignKey(d => d.IdentityProviderId) .OnDelete(DeleteBehavior.ClientSetNull); @@ -1075,12 +1075,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity(entity => { entity.HasOne(d => d.CompanyUser) - .WithMany(p => p!.Invitations) + .WithMany(p => p.Invitations) .HasForeignKey(d => d.CompanyUserId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.InvitationStatus) - .WithMany(p => p!.Invitations) + .WithMany(p => p.Invitations) .HasForeignKey(d => d.InvitationStatusId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -1236,12 +1236,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.CompanyId, e.UniqueIdentifierId }); entity.HasOne(d => d.Company) - .WithMany(p => p!.CompanyIdentifiers) + .WithMany(p => p.CompanyIdentifiers) .HasForeignKey(d => d.CompanyId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.UniqueIdentifier) - .WithMany(p => p!.CompanyIdentifiers) + .WithMany(p => p.CompanyIdentifiers) .HasForeignKey(d => d.UniqueIdentifierId) .OnDelete(DeleteBehavior.ClientSetNull); }); @@ -1255,13 +1255,13 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) modelBuilder.Entity() .HasOne(d => d.ProcessType) - .WithMany(p => p!.Processes) + .WithMany(p => p.Processes) .HasForeignKey(d => d.ProcessTypeId) .OnDelete(DeleteBehavior.ClientSetNull); modelBuilder.Entity() .HasOne(d => d.Process) - .WithMany(p => p!.ProcessSteps) + .WithMany(p => p.ProcessSteps) .HasForeignKey(d => d.ProcessId) .OnDelete(DeleteBehavior.ClientSetNull); @@ -1343,12 +1343,12 @@ protected override void OnModelCreating(ModelBuilder modelBuilder) entity.HasKey(e => new { e.TechnicalUserProfileId, e.UserRoleId }); entity.HasOne(d => d.TechnicalUserProfile) - .WithMany(p => p!.TechnicalUserProfileAssignedUserRoles) + .WithMany(p => p.TechnicalUserProfileAssignedUserRoles) .HasForeignKey(d => d.TechnicalUserProfileId) .OnDelete(DeleteBehavior.ClientSetNull); entity.HasOne(d => d.UserRole) - .WithMany(p => p!.TechnicalUserProfileAssignedUserRole) + .WithMany(p => p.TechnicalUserProfileAssignedUserRole) .HasForeignKey(d => d.UserRoleId) .OnDelete(DeleteBehavior.ClientSetNull); }); 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..7113ac1053 100644 --- a/src/processes/IdentityProviderProvisioning.Executor/IdentityProviderProvisioning.Executor.csproj +++ b/src/processes/IdentityProviderProvisioning.Executor/IdentityProviderProvisioning.Executor.csproj @@ -20,12 +20,12 @@ 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..3bfae3885e 100644 --- a/src/processes/NetworkRegistration.Library/NetworkRegistration.Library.csproj +++ b/src/processes/NetworkRegistration.Library/NetworkRegistration.Library.csproj @@ -22,13 +22,13 @@ 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..bc5d5e2592 100644 --- a/src/processes/Processes.ProcessIdentity/Processes.ProcessIdentity.csproj +++ b/src/processes/Processes.ProcessIdentity/Processes.ProcessIdentity.csproj @@ -18,15 +18,15 @@ --> - net8.0 + net9.0 enable enable Org.Eclipse.TractusX.Portal.Backend.Processes.ProcessIdentity 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..ae14eca80d 100644 --- a/src/processes/Processes.Worker.Library/Processes.Worker.Library.csproj +++ b/src/processes/Processes.Worker.Library/Processes.Worker.Library.csproj @@ -22,13 +22,13 @@ 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..4f864dbed9 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 @@ -33,14 +33,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + 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..fa36469e28 100644 --- a/src/processes/UserProvisioning.Executor/UserProvisioning.Executor.csproj +++ b/src/processes/UserProvisioning.Executor/UserProvisioning.Executor.csproj @@ -20,12 +20,12 @@ 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..fba826f1ad 100644 --- a/src/provisioning/Provisioning.DBAccess/Provisioning.DBAccess.csproj +++ b/src/provisioning/Provisioning.DBAccess/Provisioning.DBAccess.csproj @@ -21,17 +21,17 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.DBAccess - net8.0 + net9.0 enable enable - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + 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..5c1a809f8f 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 @@ -36,15 +36,15 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + diff --git a/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj b/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj index 289ba3d910..0f3348a384 100644 --- a/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj +++ b/src/provisioning/Provisioning.ProvisioningEntities/Provisioning.ProvisioningEntities.csproj @@ -21,18 +21,19 @@ Org.Eclipse.TractusX.Portal.Backend.Provisioning.ProvisioningEntities - net8.0 + Org.Eclipse.TractusX.Portal.Backend.Provisioning.ProvisioningEntities + net9.0 enable enable - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj b/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj index 721b5a1ef5..3e307e4a92 100644 --- a/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj +++ b/src/registration/ApplicationActivation.Library/ApplicationActivation.Library.csproj @@ -22,15 +22,15 @@ 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..206fb3dc6f 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 @@ -44,7 +44,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/web/Web.Identity/Web.Identity.csproj b/src/web/Web.Identity/Web.Identity.csproj index 901fe35a95..6194ee64ed 100644 --- a/src/web/Web.Identity/Web.Identity.csproj +++ b/src/web/Web.Identity/Web.Identity.csproj @@ -21,13 +21,13 @@ 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 fc5f242add..b8fcd2f384 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 16819c58dd..d5babf81c0 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 cee43ca8b8..26a7a82f7e 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 3c55cd3c54..c3987667b2 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 d12902e639..72a84b5f35 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 b1eaf6a489..ab49623e6c 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 2c69af4c12..1de6e8e3b2 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 7d1ec627d6..8e02b7a42e 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 afa4141eed..0005149a63 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 4241e3b180..646be418d1 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 18e888b4d7..43aa96ae3a 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 5e6eddce0a..6541a9546f 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 1e0d8d3ea8..1733a99911 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 e5e00d476b..53b6fbb122 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 0d85fe919a..99f4fcc951 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 d77e47a7d3..41ce14b97b 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/CancelableStreamTest.cs b/tests/framework/Framework.IO.Tests/CancelableStreamTest.cs index ab0b190bcf..2ca8edc843 100644 --- a/tests/framework/Framework.IO.Tests/CancelableStreamTest.cs +++ b/tests/framework/Framework.IO.Tests/CancelableStreamTest.cs @@ -92,7 +92,7 @@ public async Task TestReadAsyncWithCancelledOtherTokenThrows() firstResult.Should().Be(_numBytesFirstRead); var exception = await Assert.ThrowsAsync(async () => - await sut.ReadAsync(_memory, new CancellationToken(true)) + await sut.ReadExactlyAsync(_memory, new CancellationToken(true)) ); exception.Should().Be(_otherTokenCanceledException); source.Dispose(); @@ -107,7 +107,7 @@ public async Task TestReadAsyncSourceCancelledThrows() source.Cancel(); var exception = await Assert.ThrowsAsync(async () => - await sut.ReadAsync(_memory) + await sut.ReadExactlyAsync(_memory) ); exception.Should().Be(_sourceTokenCanceledException); source.Dispose(); diff --git a/tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj b/tests/framework/Framework.IO.Tests/Framework.IO.Tests.csproj index 8977d8c36b..2f1c4e9647 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 fe461632ea..01f061f2d1 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 857cb7e8a1..c49a478fe0 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 5771e4d429..f291dd6fc4 100644 --- a/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj +++ b/tests/framework/Framework.Models.Tests/Framework.Models.Tests.csproj @@ -21,14 +21,14 @@ 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 0194b6e0fb..548a075e4b 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 @@ -33,7 +33,7 @@ - + diff --git a/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj b/tests/framework/Framework.Token.Tests/Framework.Token.Tests.csproj index e68bcd877b..76cfa8413f 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 1be381223d..7c291af52f 100644 --- a/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj +++ b/tests/framework/Framework.Web.Tests/Framework.Web.Tests.csproj @@ -21,13 +21,13 @@ 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/framework/Framework.Web.Tests/JwtBearerConfigurationHealthCheckTests.cs b/tests/framework/Framework.Web.Tests/JwtBearerConfigurationHealthCheckTests.cs index b0cca2a69c..4d1d615d24 100644 --- a/tests/framework/Framework.Web.Tests/JwtBearerConfigurationHealthCheckTests.cs +++ b/tests/framework/Framework.Web.Tests/JwtBearerConfigurationHealthCheckTests.cs @@ -42,7 +42,7 @@ public JwtBearerConfigurationHealthCheckTests() public async Task CheckHealthAsync_Success_ReturnsExpected() { // Arrange - var config = OpenIdConnectConfiguration.Create("{\"authorization_endpoint\": \"https://login.example.org/\",\n \"token_endpoint\": \"https://login.example.org/oauth2/v2.0/token\",\n \"token_endpoint_auth_methods_supported\": [\n \"client_secret_post\",\n \"private_key_jwt\"\n ],\n \"jwks_uri\": \"https://login.example.org/discovery/v2.0/keys\",\n \"userinfo_endpoint\": \"https://graph.example.org/oidc/userinfo\",\n \"subject_types_supported\": [\n \"pairwise\"\n ] }"); + var config = OpenIdConnectConfiguration.Create("{\n \"authorization_endpoint\": \"https://login.example.org/\",\n \"token_endpoint\": \"https://login.example.org/oauth2/v2.0/token\",\n \"token_endpoint_auth_methods_supported\": [\n \"client_secret_post\",\n \"private_key_jwt\"\n ],\n \"jwks_uri\": \"https://login.example.org/discovery/v2.0/keys\",\n \"userinfo_endpoint\": \"https://graph.example.org/oidc/userinfo\",\n \"subject_types_supported\": [\n \"pairwise\"\n ],\n \"frontchannel_logout_session_supported\": \"false\",\n \"frontchannel_logout_supported\": \"false\"\n}"); var jsonOptions = new JsonSerializerOptions() { PropertyNamingPolicy = JsonNamingPolicy.CamelCase }; diff --git a/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj b/tests/keycloak/Keycloak.Authentication.Tests/Keycloak.Authentication.Tests.csproj index b5d4663108..54b1dbf08d 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 74543a901c..a86dec696a 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 101148316d..c28d8bfee9 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 f3b2182408..9554453b87 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 66b8f5c3e4..54764b3783 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 0494ff234d..9f1eb7f52d 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 32ae96b69b..c651c7ee8a 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 156b5669bf..7a86ad883e 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 d8ea768571..a42699862a 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 a4399f0215..e478db4b07 100644 --- a/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj +++ b/tests/portalbackend/PortalBackend.DBAccess.Tests/PortalBackend.DBAccess.Tests.csproj @@ -21,14 +21,14 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Tests Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Tests - net8.0 + net9.0 enable enable false xUnit1030;xUnit1041 - + diff --git a/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj b/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj index f83c01b7fe..e2bb1f3305 100644 --- a/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj +++ b/tests/portalbackend/PortalBackend.Migrations.Tests/PortalBackend.Migrations.Tests.csproj @@ -21,14 +21,14 @@ 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 66a8ecc70f..104e0419cf 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 8d401d4930..5e89a8490b 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 d8a93b5aef..c792a6ace1 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 df41ed30fb..1078a99b01 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 dda9eb0084..a161a49904 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 c20a27898b..c17f242fcc 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 8c131f37d1..ffc3fd0c37 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 c26199d8ce..6711695ae1 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 ec655f63f4..8b6c9f4f6b 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 7ee68c0ea7..eb3c9fc258 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 3771c3bdd3..d1ef61f7c6 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 a58c4289ac..cc88323f89 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 ef2315633b..6edda7fef1 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 a0ebf400df..09fb236d5a 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 1e6577861a..32b23d9cae 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 dbe400d8aa..9e436d1d37 100644 --- a/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj +++ b/tests/provisioning/Provisioning.DBAccess.Tests/Provisioning.DBAccess.Tests.csproj @@ -20,14 +20,14 @@ Org.Eclipse.TractusX.Portal.Backend.PortalBackend.DBAccess.Tests - net8.0 + net9.0 enable enable false xUnit1030;xUnit1041 - + diff --git a/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj b/tests/provisioning/Provisioning.Library.Tests/Provisioning.Library.Tests.csproj index a3d8706c3c..45ecfcb7fe 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 c3a40f102c..f9f0b41640 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 a6bf6decd8..9f2d1796b3 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 229b209501..419fd3ee22 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 659228f7b1..8066691138 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 ed798380fc..30b962d2ad 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