Skip to content

Commit e52aa26

Browse files
committed
Update pipeline .NET versions
1 parent 2c407b6 commit e52aa26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
uses: actions/setup-dotnet@v4
3939
with:
4040
dotnet-version: |
41-
6.x
42-
7.x
4341
8.x
42+
9.x
4443
4544
- name: Build
4645
run: dotnet build -c ${{ env.BUILD_CONFIGURATION }}
@@ -60,9 +59,8 @@ jobs:
6059
uses: actions/setup-dotnet@v4
6160
with:
6261
dotnet-version: |
63-
6.x
64-
7.x
6562
8.x
63+
9.x
6664
6765
- uses: dotnet/nbgv@master
6866
with:

0 commit comments

Comments
 (0)