Skip to content

Commit 062393d

Browse files
authored
Merge pull request #449 from nils-a/feature/GH-445-b
fix installed net versions
2 parents 8249178 + a036560 commit 062393d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run: git fetch --prune --unshallow
5050
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5151
with:
52-
# codecov needs 2.1
53-
# unittests needs 3.1
52+
# codecov,wyam need 2.1
53+
# unittests, kudusync need 3.1
5454
# gitversion needs 5.0
5555
# cake 2.3 needs 6.0
5656
# .NET 10 to build

.github/workflows/publishDocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2323
with:
2424
# wyam needs 2.1
25+
# kudusync needs 3.1
2526
# cake 2.3 needs 6.0
2627
# .NET 10 to build
2728
dotnet-version: |

0 commit comments

Comments
 (0)