Skip to content

Commit 017981f

Browse files
fixed donet version from 10.0.100-rc.1.25451.107 to 10.0.100-rc.2 (#927)
* fixed donet version from 10.0.100-rc.1.25451.107 to 10.0.100-rc.2 * Apply suggestion from @eiriktsarpalis * Apply suggestion from @eiriktsarpalis * Apply suggestion from @eiriktsarpalis --------- Co-authored-by: Eirik Tsarpalis <[email protected]>
1 parent 90a2d34 commit 017981f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
8080
with:
8181
dotnet-version: |
82-
10.0.100-rc.1.25451.107
82+
10.0.x
8383
9.0.x
8484
8585
- name: Pack
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup .NET
109109
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
110110
with:
111-
dotnet-version: 10.0.100-rc.1.25451.107
111+
dotnet-version: 10.0.x
112112

113113
- name: Download build artifacts
114114
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
@@ -163,7 +163,7 @@ jobs:
163163
- name: Setup .NET
164164
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
165165
with:
166-
dotnet-version: 10.0.100-rc.1.25451.107
166+
dotnet-version: 10.0.x
167167

168168
- name: Download build artifacts
169169
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

0 commit comments

Comments
 (0)