We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e84aa7 commit 3f86f47Copy full SHA for 3f86f47
.github/workflows/Component.BuildTest.yml
@@ -53,7 +53,13 @@ jobs:
53
# retrieve them all.
54
fetch-depth: 0
55
56
- - name: Setup dotnet
+ - name: Setup previous .NET runtimes
57
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
58
+ with:
59
+ dotnet-version: |
60
+ 8.0.x
61
+
62
+ - name: Setup .NET
63
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
64
65
- name: dotnet restore ${{ inputs.project-name }}
0 commit comments