Skip to content

Commit d4372dd

Browse files
committed
chore: update dotnet SDKs
1 parent c9f8cab commit d4372dd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
dotnet-version: |
3636
8.0.x
37+
9.0.x
3738
3839
- name: Build and pack
3940
run: fish .github/scripts/build.fish
@@ -108,6 +109,7 @@ jobs:
108109
with:
109110
dotnet-version: |
110111
8.0.x
112+
9.0.x
111113
112114
- name: Checkout branch
113115
uses: actions/checkout@v4
@@ -138,6 +140,7 @@ jobs:
138140
with:
139141
dotnet-version: |
140142
8.0.x
143+
9.0.x
141144
142145
- name: Download artifacts
143146
uses: actions/download-artifact@v4

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
dotnet-version: |
3636
8.0.x
37+
9.0.x
3738
3839
- name: Install dotnet tools
3940
run: |

0 commit comments

Comments
 (0)