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 0b7983b commit 08d6133Copy full SHA for 08d6133
.github/workflows/ci.yml
@@ -35,11 +35,11 @@ jobs:
35
runs-on: ${{ matrix.job.os }}
36
steps:
37
- name: Setup netcoreapp3.1
38
- uses: actions/setup-dotnet@v1.8.2
+ uses: actions/setup-dotnet@v1.9.0
39
with:
40
dotnet-version: "3.1.413"
41
- name: Setup net5.0
42
43
44
dotnet-version: "5.0.401"
45
- name: Run dotnet --info
0 commit comments