Skip to content

Commit f154787

Browse files
committed
(build) added .net 5.0 sdk to docs workflow
1 parent 575dd67 commit f154787

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
uses: actions/setup-dotnet@v1
7777
with:
7878
dotnet-version: '2.1.x'
79+
-
80+
name: Install .NET SDK 5.0.x
81+
uses: actions/setup-dotnet@v1
82+
with:
83+
dotnet-version: '5.0.x'
7984
-
8085
name: Install .NET SDK 6.0.x
8186
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)