Skip to content

Commit 575dd67

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

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
@@ -131,6 +131,11 @@ jobs:
131131
uses: actions/setup-dotnet@v1
132132
with:
133133
dotnet-version: '2.1.x'
134+
-
135+
name: Install .NET SDK 5.0.x
136+
uses: actions/setup-dotnet@v1
137+
with:
138+
dotnet-version: '5.0.x'
134139
-
135140
name: Install .NET SDK 6.0.x
136141
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)