Skip to content

Commit db6cfc2

Browse files
Install .NET 8 and 9 runtimes
Ensure the .NET 8 and 9 runtimes are present.
1 parent b76db67 commit db6cfc2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
# retrieve them all.
5454
fetch-depth: 0
5555

56+
- name: Setup previous dotnet runtimes
57+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
58+
with:
59+
dotnet-version: |
60+
8.0.x
61+
9.0.x
62+
5663
- name: Setup dotnet
5764
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5865

0 commit comments

Comments
 (0)