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 249dfbd commit 674f216Copy full SHA for 674f216
.github/workflows/ci.yml
@@ -43,15 +43,15 @@ jobs:
43
runs-on: ${{ matrix.job.os }}
44
steps:
45
- name: Setup netcoreapp3.1
46
- uses: actions/setup-dotnet@v2.1.0
+ uses: actions/setup-dotnet@v3.0.0
47
with:
48
dotnet-version: "3.1.413"
49
- name: Setup net5.0
50
51
52
dotnet-version: "5.0.401"
53
- name: Setup net6.0
54
55
56
dotnet-version: "6.0.100"
57
- name: Run dotnet --info
0 commit comments