File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "cake.tool" : {
6- "version" : " 5 .0.0" ,
6+ "version" : " 6 .0.0" ,
77 "commands" : [
88 " dotnet-cake"
99 ]
Original file line number Diff line number Diff line change 1414jobs :
1515 build :
1616
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818
1919 steps :
2020
2121 - name : Get the sources
22- uses : actions/checkout@v4
22+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323
2424 - name : Fetch all history for all tags and branches
2525 run : git fetch --prune --unshallow
2626
2727 - name : Setup .NET
28- uses : actions/setup-dotnet@v4
28+ uses : actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
2929 with :
3030 dotnet-version : |
3131 8.0.x
3232 9.0.x
33+ 10.0.x
3334
3435 - name : Run Cake script
35- uses : cake-build/cake-action@v1
36+ uses : cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0 # v3.0.1
3637 with :
3738 verbosity : Diagnostic
3839 env :
Original file line number Diff line number Diff line change 11#addin "Cake.Git&version=5.0.1"
2- #tool "dotnet:?package=GitVersion.Tool&version=6.1.0 "
2+ #tool "dotnet:?package=GitVersion.Tool&version=6.8.2 "
33#tool "nuget:?package=xunit.runner.console&version=2.9.3"
4- #tool "nuget:?package=NuGet.CommandLine&version=6.12.2 "
4+ #tool "nuget:?package=NuGet.CommandLine&version=6.14.3 "
55
66var target = Argument ( "target" , "Default" ) ;
77var configuration = Argument ( "configuration" , "Release" ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
55 <NoWarn >CS1591</NoWarn >
66 </PropertyGroup >
77
88 <ItemGroup >
99 <ProjectReference Include =" ..\Cake.Sonar\Cake.Sonar.csproj" />
1010 </ItemGroup >
1111 <ItemGroup >
12- <PackageReference Include =" Cake.Common" Version =" 5 .0.0" />
13- <PackageReference Include =" Cake.Core" Version =" 5 .0.0" />
14- <PackageReference Include =" Cake.Testing" Version =" 5 .0.0" />
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
12+ <PackageReference Include =" Cake.Common" Version =" 6 .0.0" />
13+ <PackageReference Include =" Cake.Core" Version =" 6 .0.0" />
14+ <PackageReference Include =" Cake.Testing" Version =" 6 .0.0" />
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.8.1 " />
1616 <PackageReference Include =" Moq" Version =" 4.20.72" />
1717 <PackageReference Include =" xunit" Version =" 2.9.3" />
18- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
18+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5 " >
1919 <PrivateAssets >all</PrivateAssets >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 </PackageReference >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0;net9.0;net10.0 </TargetFrameworks >
55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <NoWarn >CS1591</NoWarn >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
2222 </PropertyGroup >
2323
2424 <ItemGroup >
25- <PackageReference Include =" Cake.Common" Version =" 5 .0.0" PrivateAssets =" All" />
26- <PackageReference Include =" Cake.Core" Version =" 5 .0.0" PrivateAssets =" All" />
25+ <PackageReference Include =" Cake.Common" Version =" 6 .0.0" PrivateAssets =" All" />
26+ <PackageReference Include =" Cake.Core" Version =" 6 .0.0" PrivateAssets =" All" />
2727 </ItemGroup >
2828
2929 <ItemGroup >
3030 <None Include =" icon.png" Pack =" true" PackagePath =" \" />
3131 </ItemGroup >
3232
3333 <ItemGroup >
34- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8 .0.0 " >
34+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10 .0.301 " >
3535 <PrivateAssets >all</PrivateAssets >
3636 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3737 </PackageReference >
You can’t perform that action at this time.
0 commit comments