Skip to content

Commit

Permalink
upgrade to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Nov 20, 2023
1 parent 5286f19 commit dc13f6a
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-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
DOTNET_VERSION: "7.0.x"
DOTNET_VERSION: "8.0.x"
NODE_VERSION: "18"
DOTNET_NOLOGO: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+*"

env:
DOTNET_VERSION: "7.0.x"
DOTNET_VERSION: "8.0.x"
DOTNET_NOLOGO: true

jobs:
Expand Down

0 comments on commit dc13f6a

Please sign in to comment.