We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66d819 commit 2c63490Copy full SHA for 2c63490
1 file changed
.github/workflows/build-and-test.yml
@@ -161,17 +161,10 @@ jobs:
161
restore-keys: ${{ runner.os }}-nuget-
162
163
- name: DotNet Setup
164
- if: ${{ matrix.options.sdk-preview != true }}
165
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
166
with:
167
dotnet-version: |
168
8.0.x
169
-
170
- - name: DotNet Setup Preview
171
- if: ${{ matrix.options.sdk-preview == true }}
172
173
- with:
174
- dotnet-version: |
175
10.0.x
176
177
- name: DotNet Build
0 commit comments