Commit c95e888 1 parent fa04a36 commit c95e888 Copy full SHA for c95e888
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"cake.tool" : {
6
- "version" : " 4.2 .0" ,
6
+ "version" : " 5.0 .0" ,
7
7
"commands" : [
8
8
" dotnet-cake"
9
9
]
Original file line number Diff line number Diff line change 25
25
id : setup-dotnet
26
26
uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
27
27
with :
28
- dotnet-version : ' 8 .0.x'
28
+ dotnet-version : ' 9 .0.x'
29
29
30
30
- name : Cake Action
31
31
id : cake-action
Original file line number Diff line number Diff line change 1
- #addin "nuget:?package=Cake.Issues&version=4.11 .0"
2
- #addin "nuget:?package=Cake.Issues.MsBuild&version=4.11 .0"
3
- #addin "nuget:?package=System.Configuration.ConfigurationManager&version=8 .0.1 "
1
+ #addin "nuget:?package=Cake.Issues&version=4.12 .0"
2
+ #addin "nuget:?package=Cake.Issues.MsBuild&version=4.12 .0"
3
+ #addin "nuget:?package=System.Configuration.ConfigurationManager&version=9 .0.0 "
4
4
5
5
#tool "nuget:?package=MSBuild.Extension.Pack&version=1.9.1"
6
6
Original file line number Diff line number Diff line change 36
36
// It probably means the tool is not correctly installed.
37
37
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
38
38
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39
- #tool "nuget: ? package = dotnet - sonarscanner & version = 9.0 .1 "
39
+ #tool "nuget: ? package = dotnet - sonarscanner & version = 9.0 .2 "
40
40
41
41
//-------------------------------------------------------------
42
42
// BACKWARDS COMPATIBILITY CODE - START
Original file line number Diff line number Diff line change 3
3
"MSBuild.Sdk.Extras" : " 3.0.44"
4
4
},
5
5
"sdk" : {
6
- "version" : " 8 .0.0" ,
6
+ "version" : " 9 .0.0" ,
7
7
"rollForward" : " latestMinor" ,
8
8
"allowPrerelease" : false
9
9
}
You can’t perform that action at this time.
0 commit comments