File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup .NET
2121 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
2222 with :
23- dotnet-version : 9.0.305
23+ dotnet-version : 9.0.307
2424 - name : Install tools
2525 run : dotnet tool restore
2626 - name : Check formatting
3434 - name : Setup .NET
3535 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
3636 with :
37- dotnet-version : 9.0.305
37+ dotnet-version : 9.0.307
3838 - name : Run tests
3939 run : dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
4040 - name : Upload coverage reports to Codecov
5353 - name : Setup .NET
5454 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
5555 with :
56- dotnet-version : 9.0.305
56+ dotnet-version : 9.0.307
5757 - name : Run tests
5858 run : dotnet test -c Debug
5959 publish-docs :
@@ -139,7 +139,7 @@ jobs:
139139 - name : Setup .NET
140140 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
141141 with :
142- dotnet-version : 9.0.305
142+ dotnet-version : 9.0.307
143143 - name : Build
144144 run : dotnet build -c Release
145145 - name : Pack
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.305 " ,
3+ "version" : " 9.0.307 " ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : true
66 }
You can’t perform that action at this time.
0 commit comments