Skip to content

Commit 3fe6e76

Browse files
#114: Add .NET 5.0 to the build script
1 parent b437769 commit 3fe6e76

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
@@ -69,6 +69,11 @@ jobs:
6969
with:
7070
dotnet-version: 3.1.x # Always the latest patch version.
7171

72+
- uses: actions/setup-dotnet@v1
73+
name: Setup .NET 5.0
74+
with:
75+
dotnet-version: 5.0.x # Always the latest patch version.
76+
7277
- name: Build Solution
7378
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
7479

0 commit comments

Comments
 (0)