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 4339b87 commit 918d080Copy full SHA for 918d080
1 file changed
.github/workflows/ci.yml
@@ -45,15 +45,15 @@ jobs:
45
- name: Setup netcoreapp3.1
46
uses: actions/setup-dotnet@v1.8.2
47
with:
48
- dotnet-version: "3.1.413"
+ dotnet-version: "3.1.415"
49
- name: Setup net5.0
50
51
52
- dotnet-version: "5.0.401"
+ dotnet-version: "5.0.403"
53
- name: Setup net6.0
54
- uses: actions/setup-dotnet@v1.8.1
+ uses: actions/setup-dotnet@v1.8.2
55
56
- dotnet-version: "6.0.100-rc.1.21463.6"
+ dotnet-version: "6.0.100"
57
- name: Run dotnet --info
58
run: dotnet --info
59
- uses: actions/checkout@v2.4.0
0 commit comments