File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
runs-on : macos-latest
12
12
env :
13
13
SLN_FILE : Fabulous-NoSamples.sln
14
- VERSION : 2.0.6
14
+ VERSION : 2.0.7
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Setup .NET
18
18
uses : actions/setup-dotnet@v1
19
19
with :
20
- dotnet-version : 6.0.300
20
+ dotnet-version : 6.0.400
21
21
- name : Restore
22
22
run : dotnet restore ${SLN_FILE}
23
23
- name : Build
Original file line number Diff line number Diff line change 11
11
- name : Setup .NET
12
12
uses : actions/setup-dotnet@v1
13
13
with :
14
- dotnet-version : 6.0.300
14
+ dotnet-version : 6.0.400
15
15
- name : Check code formatting
16
16
run : |
17
17
dotnet tool restore
Original file line number Diff line number Diff line change 19
19
- name : Setup .NET
20
20
uses : actions/setup-dotnet@v1
21
21
with :
22
- dotnet-version : 6.0.300
22
+ dotnet-version : 6.0.400
23
23
- name : Restore
24
24
run : dotnet restore ${SLN_FILE}
25
25
- name : Build
You can’t perform that action at this time.
0 commit comments