We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c9691 commit 7a98b8dCopy full SHA for 7a98b8d
.github/workflows/ci.yml
@@ -45,15 +45,15 @@ jobs:
45
run: |
46
git fetch --prune
47
- name: 🔨 Use .NET Core 2.1 SDK
48
- uses: actions/setup-dotnet@v1.7.2
+ uses: actions/setup-dotnet@v1.8.1
49
with:
50
dotnet-version: '2.1.x'
51
- name: 🔨 Use .NET Core 3.1 SDK
52
53
54
dotnet-version: '3.1.x'
55
- name: 🔨 Use .NET Core 5.0 SDK
56
57
58
dotnet-version: '5.0.x'
59
- name: 🎁 dotnet tool restore
0 commit comments