Skip to content

Commit fc6c05f

Browse files
committed
(build) Install .NET 7.0 on build machine
This is needed based on the current target frameowrks that are in place. This SDK must have been removed on the GitHub Build machines, now that .NET 9.0 is available.
1 parent 70ac1e4 commit fc6c05f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ jobs:
4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow
4545

46-
- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
46+
- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, 6.0.x, and 7.0.x
4747
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: |
5050
2.1.x
5151
3.1.x
5252
5.0.x
5353
6.0.x
54+
7.0.x
5455
5556
- name: Cache Tools
5657
uses: actions/cache@v4

0 commit comments

Comments
 (0)