Skip to content

Commit

Permalink
Use .NET SDK 8.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Jan 20, 2024
1 parent 3ef209c commit b16736a
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

# Keep this in sync with the other *.yml files
env:
CI_REQ_DOTNET_SDK_VER: '7.0.x'
CI_REQ_DOTNET_SDK_VER: '8.0.x'
CI_NODE_MIN_VER: 'latest'
RUSTFLAGS: '-D warnings'
MACOSX_DEPLOYMENT_TARGET: '10.12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

# Keep this in sync with the other *.yml files
env:
CI_REQ_DOTNET_SDK_VER: '7.0.x'
CI_REQ_DOTNET_SDK_VER: '8.0.x'
CI_NODE_MIN_VER: 'latest'
RUSTFLAGS: '-D warnings'
MACOSX_DEPLOYMENT_TARGET: '10.12'
Expand Down

0 comments on commit b16736a

Please sign in to comment.