Skip to content

Commit 857915c

Browse files
authored
Update .NET version in release.yml (#841)
Updated .NET version in release workflow to 10.0.x and removed older versions.
1 parent 3444243 commit 857915c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
8080
with:
8181
dotnet-version: |
82+
10.0.x
8283
9.0.x
83-
8.0.x
8484
8585
- name: Pack
8686
run: dotnet pack
@@ -140,11 +140,6 @@ jobs:
140140
steps:
141141
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142142

143-
- name: Setup .NET
144-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
145-
with:
146-
dotnet-version: 9.0.x
147-
148143
- name: Download build artifacts
149144
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
150145

0 commit comments

Comments
 (0)