We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4bd577 + 9d1c7ee commit b180385Copy full SHA for b180385
1 file changed
.github/workflows/CI.yml
@@ -24,7 +24,17 @@ jobs:
24
uses: actions/setup-dotnet@v1
25
with:
26
dotnet-version: 2.0.x
27
-
+
28
+ - name: Setup .NET 6
29
+ uses: actions/setup-dotnet@v1
30
+ with:
31
+ dotnet-version: 6.0.x
32
33
+ - name: Setup .NET 8
34
35
36
+ dotnet-version: 8.0.x
37
38
- name: Setup MSBuild
39
uses: microsoft/setup-msbuild@v1.1
40
0 commit comments