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