Skip to content

Commit

Permalink
yaml => .net9
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcrackan committed Nov 22, 2024
1 parent a0e875a commit 99be869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:

env:
DOTNET_CONFIGURATION: "Release"
DOTNET_VERSION: "8.0.x"
DOTNET_VERSION: "9.0.x"
RELEASE_NAME: "chardonnay"

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

env:
DOTNET_CONFIGURATION: "Release"
DOTNET_VERSION: "8.0.x"
DOTNET_VERSION: "9.0.x"

jobs:
build:
Expand Down

0 comments on commit 99be869

Please sign in to comment.