Skip to content

Commit 9ae301d

Browse files
committed
Setup .NET 8 on CI
1 parent 45de0cf commit 9ae301d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ jobs:
6363
with:
6464
global-json-file: global.json
6565

66-
- name: Setup .NET SDK 6.0
66+
- name: Setup .NET SDK 6.0, 8.0
6767
uses: actions/setup-dotnet@v3
6868
with:
69-
dotnet-version: 6.0.x
69+
dotnet-version: |
70+
6.0.x
71+
8.0.x
7072
7173
- name: .NET Information
7274
run: dotnet --info

0 commit comments

Comments
 (0)