Skip to content

Commit 501eeeb

Browse files
SchlenkRSchlenkR
authored andcommitted
Update .NET setup in build workflow to support multiple versions
1 parent 97255d8 commit 501eeeb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-and-publish-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Setup .NET 8
19+
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
2121
with:
22-
dotnet-version: 8.x
22+
dotnet-version: |
23+
6.x
24+
10.x
2325
2426
- name: Build solution
2527
run: dotnet build -c Release

0 commit comments

Comments
 (0)