File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/setup-dotnet@v4
1616 with :
1717 dotnet-version : |
18- 6.0.x
19- 7.0.x
2018 8.0.x
19+ 10.0.x
2120 - name : Build and test
2221 run : dotnet msbuild ./default.proj
2322 - name : Upload coverage
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v4
9- - name : Setup .NET 8
9+ - name : Setup .NET 10
1010 uses : actions/setup-dotnet@v4
1111 with :
12- dotnet-version : 8 .0.x
12+ dotnet-version : 10 .0.x
1313 - name : dotnet format
1414 run : dotnet format Autofac.sln --verify-no-changes
Original file line number Diff line number Diff line change 1212 - name : Setup .NET
1313 uses : actions/setup-dotnet@v4
1414 with :
15- dotnet-version : 8 .0.x
15+ dotnet-version : 10 .0.x
1616 - name : Download package artifacts
1717 uses : actions/download-artifact@v4
1818 with :
You can’t perform that action at this time.
0 commit comments