Skip to content

Commit da30f0e

Browse files
authored
Update remaining .NET versions in release.yml
1 parent 58bbb10 commit da30f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup .NET
109109
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
110110
with:
111-
dotnet-version: 9.0.x
111+
dotnet-version: 10.0.x
112112

113113
- name: Download build artifacts
114114
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
@@ -163,7 +163,7 @@ jobs:
163163
- name: Setup .NET
164164
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
165165
with:
166-
dotnet-version: 9.0.x
166+
dotnet-version: 10.0.x
167167

168168
- name: Download build artifacts
169169
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1

0 commit comments

Comments
 (0)