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 b605b4f commit 415344fCopy full SHA for 415344f
.github/workflows/ci.yml
@@ -53,9 +53,9 @@ jobs:
53
- uses: actions/setup-dotnet@v1
54
with:
55
dotnet-version: |
56
- 3.1.x
57
- 5.0.x
58
6.0.x
+ 7.0.x
+ 8.0.x
59
60
- name: Build
61
run: ./build.sh
@@ -69,9 +69,9 @@ jobs:
69
70
71
72
73
74
75
76
77
run: |
0 commit comments