We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9308c7 commit a243f80Copy full SHA for a243f80
1 file changed
.github/workflows/dotnet.yml
@@ -19,7 +19,9 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v4
21
with:
22
- dotnet-version: 8.0.x
+ dotnet-version: |
23
+ 6.0.x
24
+ 8.0.x
25
- name: Restore dependencies
26
run: dotnet restore
27
- name: Build
0 commit comments