Skip to content

Commit 7b4d17f

Browse files
authored
Update docs.yml
1 parent 1c4e315 commit 7b4d17f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727

28-
- name: Setup .NET
28+
- name: Setup .NET Core 3.1
2929
uses: actions/setup-dotnet@v1
3030
with:
3131
dotnet-version: 3.1.x
32+
33+
- name: Setup .NET 5.0
34+
uses: actions/setup-dotnet@v1
35+
with:
36+
dotnet-version: 5.0.x
3237

3338
- name: Setup DocFX
3439
uses: crazy-max/ghaction-chocolatey@v1

0 commit comments

Comments
 (0)