Skip to content

Commit 51522cc

Browse files
committed
install .NET 6
1 parent c4019bb commit 51522cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
image: ${{ matrix.container }}
272272
options: -v ${{ github.workspace }}:/workspace
273273
run: |
274-
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1
274+
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 6.0
275275
export PATH=$PATH:~/.dotnet
276276
dotnet --info
277277
@@ -283,7 +283,7 @@ jobs:
283283
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
284284
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 #v4
285285
with:
286-
dotnet-version: 3.1.X
286+
dotnet-version: 6.0.X
287287

288288
- name: Test
289289
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)