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 93e1d8d + 4b7e698 commit fe7a9deCopy full SHA for fe7a9de
2 files changed
.github/workflows/build-and-test.yml
@@ -135,14 +135,14 @@ jobs:
135
136
- name: DotNet Setup
137
if: ${{ matrix.options.sdk-preview != true }}
138
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
139
with:
140
dotnet-version: |
141
8.0.x
142
143
- name: DotNet Setup Preview
144
if: ${{ matrix.options.sdk-preview == true }}
145
146
147
148
9.0.x
.github/workflows/code-coverage.yml
@@ -61,7 +61,7 @@ jobs:
61
restore-keys: ${{ runner.os }}-nuget-
62
63
64
65
66
67
0 commit comments