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 a41f908 commit 3807c0aCopy full SHA for 3807c0a
.github/workflows/ci.yml
@@ -33,11 +33,11 @@ jobs:
33
runs-on: ${{ matrix.job.os }}
34
steps:
35
- name: Setup netcoreapp3.1
36
- uses: actions/setup-dotnet@v2.1.0
+ uses: actions/setup-dotnet@v3.0.1
37
with:
38
dotnet-version: "3.1.413"
39
- name: Setup net5.0
40
41
42
dotnet-version: "5.0.401"
43
- name: Run dotnet --info
0 commit comments