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 9a77335 commit d72b5dcCopy full SHA for d72b5dc
.github/workflows/ci.yml
@@ -94,11 +94,11 @@ jobs:
94
restore-keys: |
95
${{ runner.os }}-nuget-
96
- name: 🔨 Use .NET Core 3.1 SDK
97
- uses: actions/setup-dotnet@v2.0.0
+ uses: actions/setup-dotnet@v2.1.0
98
with:
99
dotnet-version: '3.1.x'
100
- name: 🔨 Use .NET Core 6.0 SDK
101
102
103
dotnet-version: '6.0.x'
104
- name: 🎁 dotnet tool restore
0 commit comments