Skip to content

Commit

Permalink
Bump dotnet SDK to 9.0.100-rc.1.24452.12
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Sep 13, 2024
1 parent 382450c commit a204579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
dotnet_sdk_version: '9.0.100-rc.1.24451.4'
dotnet_sdk_version: '9.0.100-rc.1.24452.12'
postgis_version: 3
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
- cron: '30 22 * * 6'

env:
dotnet_sdk_version: '9.0.100-rc.1.24451.4'
dotnet_sdk_version: '9.0.100-rc.1.24452.12'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1.24451.4",
"version": "9.0.100-rc.1.24452.12",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down

0 comments on commit a204579

Please sign in to comment.