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.
1 parent 1c4e315 commit 7b4d17fCopy full SHA for 7b4d17f
1 file changed
.github/workflows/docs.yml
@@ -25,10 +25,15 @@ jobs:
25
steps:
26
- uses: actions/checkout@v2
27
28
- - name: Setup .NET
+ - name: Setup .NET Core 3.1
29
uses: actions/setup-dotnet@v1
30
with:
31
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
37
38
- name: Setup DocFX
39
uses: crazy-max/ghaction-chocolatey@v1
0 commit comments