We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10739b4 commit 38d9172Copy full SHA for 38d9172
.github/workflows/ci.yml
@@ -20,6 +20,16 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
+ - name: Setup .NET Core 2.1
24
+ uses: actions/setup-dotnet@v4
25
+ with:
26
+ dotnet-version: 2.1.x
27
+
28
+ - name: Setup .NET Core 3.1
29
30
31
+ dotnet-version: 3.1.x
32
33
- name: Setup .NET Core 6.0
34
uses: actions/setup-dotnet@v4
35
with:
0 commit comments