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 0e4f755 commit 813daf7Copy full SHA for 813daf7
.github/workflows/ci.yml
@@ -16,9 +16,8 @@ jobs:
16
uses: actions/setup-dotnet@v2
17
with:
18
dotnet-version: |
19
- 6.0.x
20
- 7.0.x
21
8.0.x
+ 9.0.x
22
include-prerelease: true
23
- name: Build
24
run: dotnet build --configuration Release
.github/workflows/release.yml
@@ -14,9 +14,8 @@ jobs:
14
15
- name: Set VERSION
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
0 commit comments