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 36f1d47 commit f33c998Copy full SHA for f33c998
.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
31
- uses: actions/setup-dotnet@v4
32
with:
33
global-json-file: ./global.json
34
+ dotnet-version: |
35
+ 6.x
36
37
- run: ./build.sh build -s true
38
name: Build
0 commit comments