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