Skip to content

Commit 807b5d9

Browse files
committed
Update build sdk to net8
1 parent 560886b commit 807b5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
uses: actions/setup-dotnet@v3
9797
with:
9898
dotnet-version: |
99-
6.0.x
99+
8.0.x
100100
101101
- name: DotNet Setup Preview
102102
if: ${{ matrix.options.sdk-preview == true }}
103103
uses: actions/setup-dotnet@v3
104104
with:
105105
dotnet-version: |
106-
7.0.x
106+
8.0.x
107107
108108
- name: DotNet Build
109109
if: ${{ matrix.options.sdk-preview != true }}

0 commit comments

Comments
 (0)