Skip to content

Commit

Permalink
TEST-0010 Update to NET 9 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Nov 13, 2024
1 parent b26f00b commit 1227502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ concurrency:
cancel-in-progress: true

env:
DOTNET_VERSION: "8.0.x"
DOTNET_VERSION: "9.0.x"
BACKEND_SOLUTION_PATH: "src/backend"
BACKEND_SOLUTION_FILE: "Backend.sln"
WORKFLOW_SHORT_NAME: "backend-ci"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TRAILING_AGENT_WORK_PATH: "/home/runner/work/test/test/"
DOTNET_VERSION: "8.0.x"
DOTNET_VERSION: "9.0.x"
BACKEND_SOLUTION_PATH: "src/backend"
BACKEND_SOLUTION_FILENAME: "Backend.sln"
FRONTEND_PATH: "src/frontend"
Expand Down

0 comments on commit 1227502

Please sign in to comment.