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 dbb7059 commit e9214e5Copy full SHA for e9214e5
1 file changed
.github/workflows/build.yml
@@ -36,11 +36,9 @@ jobs:
36
- name: "Install .NET 6.0 SDK"
37
uses: actions/setup-dotnet@v4.2.0
38
with:
39
- dotnet-version: 6.0.x
40
- - name: "Install .NET 8.0 SDK"
41
- uses: actions/setup-dotnet@v4.2.0
42
- with:
43
- dotnet-version: 8.0.x
+ dotnet-version: |
+ 6.0.x
+ 8.0.x
44
- name: "Dotnet Tool Restore"
45
run: dotnet tool restore
46
shell: pwsh
0 commit comments