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 c3531ec commit 80e9b8eCopy full SHA for 80e9b8e
.github/workflows/ci.yml
@@ -35,15 +35,15 @@ jobs:
35
runs-on: ${{ matrix.job.os }}
36
steps:
37
- name: Setup netcoreapp3.1
38
- uses: actions/setup-dotnet@v4.0.1
+ uses: actions/setup-dotnet@v4.1.0
39
with:
40
dotnet-version: "3.1.415"
41
- name: Setup net5.0
42
43
44
dotnet-version: "5.0.403"
45
- name: Setup net6.0
46
47
48
dotnet-version: "6.0.100"
49
- name: Run dotnet --info
0 commit comments