Skip to content

Commit 635546c

Browse files
committed
add .NET 6.x to install on ci
1 parent ddb6bb0 commit 635546c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- uses: actions/setup-dotnet@v3
3131
with:
3232
global-json-file: global.json
33+
dotnet-version: |
34+
6.x
3335
env:
3436
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3537

0 commit comments

Comments
 (0)