Skip to content

Commit

Permalink
Update build pipelines to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Nov 23, 2024
1 parent a742756 commit 8f09f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Build and deploy solution to Azure

env:
DOTNET_VERSION: '8.0.x'
DOTNET_VERSION: '9.0.x'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-action-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Build and test solution

env:
DOTNET_VERSION: '8.0.x'
DOTNET_VERSION: '9.0.x'

on:
pull_request:
Expand Down

0 comments on commit 8f09f46

Please sign in to comment.