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 ab8a8d7 commit 6ad5bb9Copy full SHA for 6ad5bb9
.github/workflows/ci.yml
@@ -34,11 +34,11 @@ jobs:
34
- name: Setup netcoreapp3.1
35
uses: actions/setup-dotnet@v1.8.1
36
with:
37
- dotnet-version: "3.1.407"
+ dotnet-version: "3.1.412"
38
- name: Setup net5.0
39
40
41
- dotnet-version: "5.0.201"
+ dotnet-version: "5.0.400"
42
- name: Run dotnet --info
43
run: dotnet --info
44
- uses: actions/checkout@v2.3.4
0 commit comments