We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6784f commit 2f0b338Copy full SHA for 2f0b338
1 file changed
.github/workflows/build.yml
@@ -50,13 +50,16 @@ jobs:
50
run: git fetch --prune --unshallow
51
52
# codecov and unittests need 2.1, gitversion needs 5.0
53
+ # GitReleasemanager needs 7.0
54
+ # builds run on 9.0
55
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
56
with:
57
dotnet-version: |
58
2.1
59
3.1
60
5.0
61
6.0
62
+ 7.0
63
9.0
64
65
- name: Cache Tools
0 commit comments