We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ebcce3 + 38fcdbf commit fea3df9Copy full SHA for fea3df9
2 files changed
.github/workflows/build-and-test.yml
@@ -166,14 +166,14 @@ jobs:
166
167
- name: DotNet Setup
168
if: ${{ matrix.options.sdk-preview != true }}
169
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
170
with:
171
dotnet-version: |
172
8.0.x
173
174
- name: DotNet Setup Preview
175
if: ${{ matrix.options.sdk-preview == true }}
176
177
178
179
10.0.x
.github/workflows/code-coverage.yml
@@ -67,7 +67,7 @@ jobs:
67
restore-keys: ${{ runner.os }}-nuget-
68
69
70
71
72
73
0 commit comments