From 60bf11a02a7c2fe2a5396864db3ad299b9494efb Mon Sep 17 00:00:00 2001 From: Christian Nagel Date: Sat, 16 Nov 2024 17:45:29 +0100 Subject: [PATCH] bump github actions for models to .net 9 --- .github/workflows/codebreaker-lib-backendmodels-stable.yml | 2 +- .github/workflows/codebreaker-lib-backendmodels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codebreaker-lib-backendmodels-stable.yml b/.github/workflows/codebreaker-lib-backendmodels-stable.yml index fe0a7327..b87066ad 100644 --- a/.github/workflows/codebreaker-lib-backendmodels-stable.yml +++ b/.github/workflows/codebreaker-lib-backendmodels-stable.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build the library run: dotnet build -c Release ${{ env.solutionfile-path }} diff --git a/.github/workflows/codebreaker-lib-backendmodels.yml b/.github/workflows/codebreaker-lib-backendmodels.yml index 5cce130d..fd8b1a7d 100644 --- a/.github/workflows/codebreaker-lib-backendmodels.yml +++ b/.github/workflows/codebreaker-lib-backendmodels.yml @@ -22,7 +22,7 @@ jobs: version-offset: 10 solutionfile-path: src/Codebreaker.Backend.Models.sln projectfile-path: src/services/common/Codebreaker.GameAPIs.Models/Codebreaker.GameAPIs.Models.csproj - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' artifact-name: codebreaker-backend-models branch-name: main