Commit 8da426d 1 parent 1863f39 commit 8da426d Copy full SHA for 8da426d
File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,10 @@ jobs:
18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
21
- - name : Setup .NET 6
21
+ - name : Setup .NET 8
22
22
uses : actions/setup-dotnet@v1
23
23
with :
24
- dotnet-version : 6.0.*
25
- - name : Setup .NET 7
26
- uses : actions/setup-dotnet@v1
27
- with :
28
- dotnet-version : 7.0.*
24
+ dotnet-version : 8.0.*
29
25
- name : Install dependencies
30
26
run : |
31
27
dotnet clean -c Release && dotnet nuget locals all --clear
Original file line number Diff line number Diff line change 52
52
53
53
steps :
54
54
- uses : actions/checkout@v2
55
+ - name : Setup .NET 8
56
+ uses : actions/setup-dotnet@v1
57
+ with :
58
+ dotnet-version : 8.0.*
55
59
- name : Install dependencies
56
60
run : |
57
61
dotnet clean -c Release && dotnet nuget locals all --clear
74
78
- uses : actions/checkout@v2
75
79
with :
76
80
fetch-depth : 0
81
+ - name : Setup .NET 8
82
+ uses : actions/setup-dotnet@v1
83
+ with :
84
+ dotnet-version : 8.0.*
77
85
- name : Install dependencies
78
86
run : |
79
87
dotnet clean -c Release && dotnet nuget locals all --clear
You can’t perform that action at this time.
0 commit comments