We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b4966 commit b76d263Copy full SHA for b76d263
.github/workflows/github-actions-tests-on-windows.yml
@@ -9,10 +9,12 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
- - name: Setup .NET 9 SDK
+ - name: Setup .NET 8 & 9 SDK
13
uses: actions/setup-dotnet@v1.7.2
14
with:
15
- dotnet-version: '9.0.x'
+ dotnet-version: |
16
+ 8.0.x
17
+ 9.0.x
18
- name: Clean
19
run: dotnet clean
20
- name: Install dependencies
0 commit comments