Skip to content

Commit 84a428b

Browse files
Merge pull request #282 from CodebreakerApp/280-backend-models-dotnet9
bump github actions for models to .net 9
2 parents 353453c + 60bf11a commit 84a428b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codebreaker-lib-backendmodels-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: 8.0.x
25+
dotnet-version: 9.0.x
2626

2727
- name: Build the library
2828
run: dotnet build -c Release ${{ env.solutionfile-path }}

.github/workflows/codebreaker-lib-backendmodels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version-offset: 10
2323
solutionfile-path: src/Codebreaker.Backend.Models.sln
2424
projectfile-path: src/services/common/Codebreaker.GameAPIs.Models/Codebreaker.GameAPIs.Models.csproj
25-
dotnet-version: '8.0.x'
25+
dotnet-version: '9.0.x'
2626
artifact-name: codebreaker-backend-models
2727
branch-name: main
2828

0 commit comments

Comments
 (0)