Skip to content

Commit c25feeb

Browse files
committed
attempt to run release-notes with .NET 9
1 parent 6fd41dc commit c25feeb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/bootstrap/action.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ runs:
1313
1414
# Install .NET version as mandated by global.json
1515
- uses: actions/setup-dotnet@v4
16-
with: |
17-
8.0.x
18-
6.0.x
16+
with:
17+
global-json-file: global.json
1918

2019
# Setup git config
2120
- uses: elastic/oblt-actions/git/setup@v1

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
3+
"version": "9.0.100",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)