We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf08f0 commit a41b4deCopy full SHA for a41b4de
.github/workflows/ci.yml
@@ -49,6 +49,13 @@ jobs:
49
50
steps:
51
- uses: actions/checkout@v2
52
+
53
+ - uses: actions/setup-dotnet@v1
54
+ with:
55
+ dotnet-version: |
56
+ 3.1.x
57
+ 5.0.x
58
+ 6.0.x
59
60
- name: Build
61
run: ./build.sh
@@ -58,6 +65,13 @@ jobs:
65
66
67
68
69
70
71
72
73
74
75
62
76
63
77
run: |
0 commit comments