From b537f67466b914174a8aee6f2e104d0d61366316 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Wed, 19 Nov 2025 08:56:34 +0100 Subject: [PATCH] Upgraded project and E2E tests to dotnet 10 --- .github/workflows/deploy.yml | 4 ++-- src/Berufsschule_HAM.csproj | 2 +- .../Berufsschule_HAM.E2ETests.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db25c97..a7b493d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Build & Deploy on: push: - branches: [ main ] + branches: [ 316-upgrade-to-dotnet-10 ] jobs: build: @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '10.0.x' - name: Restore dependencies run: dotnet restore src/ diff --git a/src/Berufsschule_HAM.csproj b/src/Berufsschule_HAM.csproj index 10e8609..67a08dd 100644 --- a/src/Berufsschule_HAM.csproj +++ b/src/Berufsschule_HAM.csproj @@ -1,6 +1,6 @@ - net8.0 + net10.0 enable enable diff --git a/tests/Berufsschule_HAM.E2ETests/Berufsschule_HAM.E2ETests.csproj b/tests/Berufsschule_HAM.E2ETests/Berufsschule_HAM.E2ETests.csproj index e4ad4ef..4181653 100644 --- a/tests/Berufsschule_HAM.E2ETests/Berufsschule_HAM.E2ETests.csproj +++ b/tests/Berufsschule_HAM.E2ETests/Berufsschule_HAM.E2ETests.csproj @@ -1,6 +1,6 @@ - net8.0 + net10.0 enable enable false