File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ jobs:
4646 path : tools
4747 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
4848
49- - name : Install .NET SDK 5.0.x - 8 .0.x
49+ - name : Install .NET SDK 5.0.x - 9 .0.x
5050 uses : actions/setup-dotnet@v4.3.1
5151 with :
5252 dotnet-version : |
5353 5.0.x
5454 6.0.x
5555 7.0.x
5656 8.0.x
57+ 9.0.x
5758
5859 - name : Install .NET Core SDK (global.json)
5960 uses : actions/setup-dotnet@v4.3.1
Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ jobs:
3434 with :
3535 fetch-depth : 0
3636
37- - name : Install .NET SDK 5.0.x - 8 .0.x
37+ - name : Install .NET SDK 5.0.x - 9 .0.x
3838 uses : actions/setup-dotnet@v4.3.1
3939 with :
4040 dotnet-version : |
4141 5.0.x
4242 6.0.x
4343 7.0.x
4444 8.0.x
45+ 9.0.x
4546
4647 # If this run was triggered by a pull request event, then checkout
4748 # the head of the pull request instead of the merge commit.
Original file line number Diff line number Diff line change 1- next-version : 4 .0.0
1+ next-version : 5 .0.0
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net6 .0;net7.0;net8 .0</TargetFrameworks >
3+ <TargetFrameworks >net8 .0;net9 .0</TargetFrameworks >
44 <GenerateDocumentationFile >true</GenerateDocumentationFile >
55 <IncludeSymbols >true</IncludeSymbols >
66 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
3939 </ItemGroup >
4040
4141 <ItemGroup >
42- <PackageReference Include =" Cake.Core" Version =" 4 .0.0" PrivateAssets =" All" />
42+ <PackageReference Include =" Cake.Core" Version =" 5 .0.0" PrivateAssets =" All" />
4343 <PackageReference Include =" Cake.Addin.Analyzer" Version =" 0.1.3" >
4444 <PrivateAssets >all</PrivateAssets >
4545 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4646 </PackageReference >
4747 <PackageReference Include =" Cake.Testing" Version =" 4.0.0" />
48- <PackageReference Include =" CakeContrib.Guidelines" Version =" 1.5 .1" >
48+ <PackageReference Include =" CakeContrib.Guidelines" Version =" 1.6 .1" >
4949 <PrivateAssets >all</PrivateAssets >
5050 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5151 </PackageReference >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.410 " ,
3+ "version" : " 9 .0.204 " ,
44 "rollForward" : " feature" ,
55 "allowPrerelease" : false
66 }
You can’t perform that action at this time.
0 commit comments