File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.403 " ,
3+ "version" : " 9 .0.300 " ,
44 "rollForward" : " latestFeature"
55 }
6- }
6+ }
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ BuildParameters.PrintParameters(Context);
2323
2424ToolSettings . SetToolPreprocessorDirectives (
2525 gitReleaseManagerGlobalTool : "#tool dotnet:?package=GitReleaseManager.Tool&version=0.18.0" ,
26- gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ) ;
26+ gitVersionGlobalTool : "#tool dotnet:?package=GitVersion.Tool&version=5.12.0" ,
27+ reportGeneratorGlobalTool : "#tool dotnet:?package=dotnet-reportgenerator-globaltool&version=5.4.7" ,
28+ coverallsGlobalTool : "#tool dotnet:?package=coveralls.net&version=4.0.1" ) ;
2729
2830ToolSettings . SetToolSettings ( context : Context ) ;
2931
You can’t perform that action at this time.
0 commit comments