File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup .NET
22
22
uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
23
23
with :
24
- dotnet-version : 9.0.200
24
+ dotnet-version : 9.0.202
25
25
- name : Install tools
26
26
run : dotnet tool restore
27
27
- name : Check formatting
35
35
- name : Setup .NET
36
36
uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
37
37
with :
38
- dotnet-version : 9.0.200
38
+ dotnet-version : 9.0.202
39
39
- name : Run tests
40
40
run : dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
41
41
- name : Upload coverage reports to Codecov
54
54
- name : Setup .NET
55
55
uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
56
56
with :
57
- dotnet-version : 9.0.200
57
+ dotnet-version : 9.0.202
58
58
- name : Run tests
59
59
run : dotnet test -c Debug
60
60
publish-docs :
@@ -140,7 +140,7 @@ jobs:
140
140
- name : Setup .NET
141
141
uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
142
142
with :
143
- dotnet-version : 9.0.200
143
+ dotnet-version : 9.0.202
144
144
- name : Build
145
145
run : dotnet build -c Release
146
146
- name : Pack
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9.0.200 " ,
3
+ "version" : " 9.0.202 " ,
4
4
"rollForward" : " latestMajor" ,
5
5
"allowPrerelease" : true
6
6
}
You can’t perform that action at this time.
0 commit comments