Skip to content

Commit

Permalink
Directly reference the 6.0 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Mar 15, 2022
1 parent 916d04f commit dd6664a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: Set up .NET Core (global.json)
uses: actions/setup-dotnet@v2.0.0
#- name: Set up .NET Core (global.json)
# uses: actions/setup-dotnet@v2.0.0

- run: npm ci

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: Set up .NET Core (global.json)
uses: actions/setup-dotnet@v2.0.0
#- name: Set up .NET Core (global.json)
# uses: actions/setup-dotnet@v2.0.0

- run: npm ci

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: Set up .NET Core (global.json)
uses: actions/setup-dotnet@v2.0.0
#- name: Set up .NET Core (global.json)
# uses: actions/setup-dotnet@v2.0.0

- run: npm ci

Expand Down

0 comments on commit dd6664a

Please sign in to comment.