Skip to content

Commit a204579

Browse files
committed
Bump dotnet SDK to 9.0.100-rc.1.24452.12
1 parent 382450c commit a204579

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
pull_request:
1212

1313
env:
14-
dotnet_sdk_version: '9.0.100-rc.1.24451.4'
14+
dotnet_sdk_version: '9.0.100-rc.1.24452.12'
1515
postgis_version: 3
1616
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1717

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
- cron: '30 22 * * 6'
2828

2929
env:
30-
dotnet_sdk_version: '9.0.100-rc.1.24451.4'
30+
dotnet_sdk_version: '9.0.100-rc.1.24452.12'
3131

3232
jobs:
3333
analyze:

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-rc.1.24451.4",
3+
"version": "9.0.100-rc.1.24452.12",
44
"rollForward": "latestMajor",
55
"allowPrerelease": true
66
}

0 commit comments

Comments
 (0)