Skip to content

Commit e6cbff6

Browse files
authored
Support .NET 9 in nightly release
1 parent c75562c commit e6cbff6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nightlyrelease.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: |
20-
6.x
21-
7.x
19+
dotnet-version: |
2220
8.x
21+
9.x
2322
- uses: actions/checkout@v4
2423
with:
2524
ref: dev

0 commit comments

Comments
 (0)