Skip to content

Commit 5393993

Browse files
committed
ci(gh-actions): add .NET 6.0 SDK
1 parent 6ba4ebd commit 5393993

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
- name: Setup .NET SDK
3737
uses: actions/[email protected]
3838
with:
39-
dotnet-version: ${{ vars.DOTNET_SDK_VERSIONS }}
39+
# TODO: Remove 6.x and add to vars.DOTNET_SDK_VERSIONS
40+
dotnet-version: |
41+
${{ vars.DOTNET_SDK_VERSIONS }}
42+
6.x
4043
cache: true
4144
cache-dependency-path: '**/packages.lock.json'
4245

@@ -58,7 +61,10 @@ jobs:
5861
- name: Setup .NET SDK
5962
uses: actions/[email protected]
6063
with:
61-
dotnet-version: ${{ vars.DOTNET_SDK_VERSIONS }}
64+
# TODO: Remove 6.x and add to vars.DOTNET_SDK_VERSIONS
65+
dotnet-version: |
66+
${{ vars.DOTNET_SDK_VERSIONS }}
67+
6.x
6268
cache: true
6369
cache-dependency-path: '**/packages.lock.json'
6470

0 commit comments

Comments
 (0)