Skip to content

Commit

Permalink
updating to dotnet 8 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWinward committed Nov 26, 2023
1 parent 8eac2dd commit 9f874b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ main ]

env:
DOTNET_VERSION: '6.0.x'
DOTNET_VERSION: '8.0.x'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
DOTNET_VERSION: '6.0.x'
DOTNET_VERSION: '8.0.x'

jobs:
build:
Expand Down

0 comments on commit 9f874b1

Please sign in to comment.