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 ddb6bb0 commit 635546cCopy full SHA for 635546c
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
- uses: actions/setup-dotnet@v3
31
with:
32
global-json-file: global.json
33
+ dotnet-version: |
34
+ 6.x
35
env:
36
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
37
0 commit comments