Skip to content

Commit f8f3b08

Browse files
(#176) Add .NET 6.0 SDK to the build script
1 parent 164dfe9 commit f8f3b08

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
@@ -74,6 +74,11 @@ jobs:
7474
with:
7575
dotnet-version: 5.0.x # Always the latest patch version.
7676

77+
- uses: actions/setup-dotnet@v1
78+
name: Setup .NET 6.0
79+
with:
80+
dotnet-version: 6.0.x # Always the latest patch version.
81+
7782
- name: Build Solution
7883
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
7984

0 commit comments

Comments
 (0)