Skip to content

Commit a6cdd99

Browse files
committed
Update CI: Install only .NET 10
1 parent 9abba18 commit a6cdd99

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
- name: Setup .NET Core
3232
uses: actions/setup-dotnet@v5
3333
with:
34-
dotnet-version: |
35-
9.x
36-
10.x
34+
dotnet-version: 10.x
3735
- name: Restore
3836
run: dotnet restore
3937
- name: Build

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- name: Setup .NET Core
3434
uses: actions/setup-dotnet@v5
3535
with:
36-
dotnet-version: |
37-
9.x
38-
10.x
36+
dotnet-version: 10.x
3937
- name: Restore
4038
run: dotnet restore
4139
- name: Build
@@ -52,9 +50,7 @@ jobs:
5250
- name: Setup .NET Core
5351
uses: actions/setup-dotnet@v5
5452
with:
55-
dotnet-version: |
56-
9.x
57-
10.x
53+
dotnet-version: 10.x
5854
- name: Create Release NuGet package
5955
run: |
6056
arrTag=(${GITHUB_REF//\// })

0 commit comments

Comments
 (0)