File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Setup .NET
2222 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2323 with :
24- dotnet-version : 9.0.304
24+ dotnet-version : 9.0.305
2525 - name : Install tools
2626 run : dotnet tool restore
2727 - name : Check formatting
3535 - name : Setup .NET
3636 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
3737 with :
38- dotnet-version : 9.0.304
38+ dotnet-version : 9.0.305
3939 - name : Run tests
4040 run : dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
4141 - name : Upload coverage reports to Codecov
5454 - name : Setup .NET
5555 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5656 with :
57- dotnet-version : 9.0.304
57+ dotnet-version : 9.0.305
5858 - name : Run tests
5959 run : dotnet test -c Debug
6060 publish-docs :
@@ -140,7 +140,7 @@ jobs:
140140 - name : Setup .NET
141141 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
142142 with :
143- dotnet-version : 9.0.304
143+ dotnet-version : 9.0.305
144144 - name : Build
145145 run : dotnet build -c Release
146146 - name : Pack
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.304 " ,
3+ "version" : " 9.0.305 " ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : true
66 }
You can’t perform that action at this time.
0 commit comments