Skip to content

Commit 102b368

Browse files
Add .NET SDK version 10.x to workflow
1 parent 46c1fa7 commit 102b368

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnetBuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
dotnet-version: |
3939
8.x
4040
9.x
41+
10.x
4142
4243
- name: Restore dependencies
4344
run: dotnet restore
@@ -71,7 +72,7 @@ jobs:
7172
needs: build-and-test
7273
strategy:
7374
matrix:
74-
sdk: ['8.0.x', '9.0.x']
75+
sdk: ['8.0.x', '9.0.x', '10.0.x']
7576
steps:
7677
- name: Setup .NET ${{ matrix.sdk }}
7778
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)