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 c4019bb commit 51522ccCopy full SHA for 51522cc
.github/workflows/dotnet.yml
@@ -271,7 +271,7 @@ jobs:
271
image: ${{ matrix.container }}
272
options: -v ${{ github.workspace }}:/workspace
273
run: |
274
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 3.1
+ curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel 6.0
275
export PATH=$PATH:~/.dotnet
276
dotnet --info
277
@@ -283,7 +283,7 @@ jobs:
283
if: matrix.os == 'windows-latest' || matrix.os == 'macos-latest'
284
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 #v4
285
with:
286
- dotnet-version: 3.1.X
+ dotnet-version: 6.0.X
287
288
- name: Test
289
0 commit comments