We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbaf4d commit 9a1835aCopy full SHA for 9a1835a
1 file changed
.github/workflows/docs.yml
@@ -12,15 +12,15 @@ jobs:
12
strategy:
13
matrix:
14
os: [windows-latest]
15
- dotnet: [3.1.302]
+ dotnet: [5.0.400]
16
runs-on: ${{ matrix.os }}
17
18
steps:
19
- uses: actions/checkout@v2
20
- name: Setup .NET Core
21
uses: actions/setup-dotnet@v1
22
with:
23
- dotnet-version: 3.1.201
+ dotnet-version: 5.0.400
24
- name: Restore tools
25
run: dotnet tool restore
26
- name: Restore projects
0 commit comments