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 bfddbf3 commit 04a6ffdCopy full SHA for 04a6ffd
.github/workflows/buildandtest.yml
@@ -38,10 +38,12 @@ jobs:
38
39
steps:
40
- uses: actions/checkout@v4
41
- - name: Setup .NET SDK 9.0.x
+ - name: Setup .NET SDK
42
uses: actions/setup-dotnet@v4
43
with:
44
- dotnet-version: 9.0.x
+ dotnet-version: |
45
+ 8.0.x
46
+ 9.0.x
47
48
- name: Show dotnet Version
49
run: |
0 commit comments