Skip to content

Commit 941ac9b

Browse files
committed
(build) Install required .NET Version
This will be required until we move off of .NET 5.0.
1 parent 7a3d5dc commit 941ac9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Fetch all tags and branches
2727
run: git fetch --prune --unshallow
2828

29+
- name: Install .NET SDK 5.0.x
30+
uses: actions/setup-dotnet@v3
31+
with:
32+
dotnet-version: '5.0.x'
33+
2934
- name: Cache Tools
3035
uses: actions/cache@v2
3136
with:

0 commit comments

Comments
 (0)