Skip to content

Commit 2a4eb17

Browse files
committed
Use dotnet SDK 8.0.406
1 parent 838885c commit 2a4eb17

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
pull_request:
1212

1313
env:
14-
dotnet_sdk_version: '8.0.100'
14+
dotnet_sdk_version: '8.0.406'
1515
postgis_version: 3
1616
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1717

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
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: '8.0.100'
30+
dotnet_sdk_version: '8.0.406'
3131

3232
jobs:
3333
analyze:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ artifacts/
1515
# Roslyn cache directories
1616
*.ide/
1717
TestResult.xml
18-
18+
.dotnet

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.2.23502.2",
4-
"rollForward": "latestMajor",
5-
"allowPrerelease": "true"
3+
"version": "8.0.406",
4+
"rollForward": "latestFeature",
5+
"allowPrerelease": false
66
}
77
}

0 commit comments

Comments
 (0)