We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb0d17 commit 62f9a2fCopy full SHA for 62f9a2f
1 file changed
.github/workflows/ci.yml
@@ -21,10 +21,17 @@ jobs:
21
steps:
22
- uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819
23
24
- - name: Setup dotnet (main)
+ - name: Setup net6
25
uses: actions/setup-dotnet@v1
26
-
27
- - name: Setup dotnet (testing netcore3)
+ with:
+ dotnet-version: '6.0.x'
28
+
29
+ - name: Setup net5
30
+ uses: actions/setup-dotnet@v1
31
32
+ dotnet-version: '5.0.x'
33
34
+ - name: Setup net3
35
36
with:
37
dotnet-version: '3.1.x'
0 commit comments