File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3131 uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3232 with :
3333 dotnet-version : 6.0.x
34+
35+ - name : Setup .NET 8.0
36+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
37+ with :
38+ dotnet-version : 8.0.x
3439
3540 - name : Restore dependencies
3641 run : dotnet restore
Original file line number Diff line number Diff line change 3030 uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
3131 with :
3232 dotnet-version : 6.0.x
33+ - name : Setup .NET 8.0
34+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
35+ with :
36+ dotnet-version : 8.0.x
3337 - run : pip install mkdocs-material==8.2.9
3438 - run : pip install mkdocs-awesome-pages-plugin==2.8.0
3539 - name : Restore dependencies
You can’t perform that action at this time.
0 commit comments