Skip to content

Commit

Permalink
Upgraded SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Jan 11, 2025
1 parent bbe378b commit afb871d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_VERSION: 9.0.100
DOTNET_VERSION: 9.0.101

# Kill other jobs when we trigger this workflow by sending new commits
# to the PR.
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "9.0.100"
"version": "9.0.101"
}
}
}

0 comments on commit afb871d

Please sign in to comment.