We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382450c commit a204579Copy full SHA for a204579
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
pull_request:
12
13
env:
14
- dotnet_sdk_version: '9.0.100-rc.1.24451.4'
+ dotnet_sdk_version: '9.0.100-rc.1.24452.12'
15
postgis_version: 3
16
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
17
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ on:
27
- cron: '30 22 * * 6'
28
29
30
31
32
jobs:
33
analyze:
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.100-rc.1.24451.4",
+ "version": "9.0.100-rc.1.24452.12",
4
"rollForward": "latestMajor",
5
"allowPrerelease": true
6
}
0 commit comments