Skip to content

Commit

Permalink
Merge pull request #282 from CodebreakerApp/280-backend-models-dotnet9
Browse files Browse the repository at this point in the history
bump github actions for models to .net 9
  • Loading branch information
christiannagel authored Nov 16, 2024
2 parents 353453c + 60bf11a commit 84a428b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codebreaker-lib-backendmodels-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codebreaker-lib-backendmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84a428b

Please sign in to comment.