File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
- name : 🛒 Checkout
20
20
uses : actions/checkout@v2
21
- - name : ✨ Setup .NET 6
21
+ - name : ✨ Setup .NET 5 # CI: do not increase this
22
22
uses : actions/setup-dotnet@v1
23
23
with :
24
- dotnet-version : " 6 .0.x"
24
+ dotnet-version : " 5 .0.x"
25
25
- name : 🚚 Restore
26
26
run : dotnet restore
27
27
- name : 🛠️ Build
Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : 🛒 Checkout
18
18
uses : actions/checkout@v2
19
- - name : ✨ Setup .NET 6
19
+ - name : ✨ Setup .NET 5 # CI: keep this for building and testing
20
+ uses : actions/setup-dotnet@v1
21
+ with :
22
+ dotnet-version : " 5.0.x"
23
+ - name : ✨ Setup .NET 6 # CI: keep this for packing
20
24
uses : actions/setup-dotnet@v1
21
25
with :
22
26
dotnet-version : " 6.0.x"
You can’t perform that action at this time.
0 commit comments