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 56c51f9 commit bbfefbeCopy full SHA for bbfefbe
.github/workflows/ci.yml
@@ -33,19 +33,19 @@ jobs:
33
runs-on: ${{ matrix.job.os }}
34
steps:
35
- name: Setup netcoreapp3.1
36
- uses: actions/setup-dotnet@v3.1.0
+ uses: actions/setup-dotnet@v3.2.0
37
with:
38
dotnet-version: "3.1.425"
39
- name: Setup net5.0
40
41
42
dotnet-version: "5.0.408"
43
- name: Setup net6.0
44
45
46
dotnet-version: "6.0.403"
47
- name: Setup net7.0
48
49
50
dotnet-version: "7.0.100"
51
- name: Run dotnet --info
0 commit comments