Skip to content

Commit

Permalink
Update dependency Cake.Frosting to v4 (cake-contrib#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 54828a2 commit 616a7ba
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For recipe compatible with Cake Script Runners see Cake.Issues.Recipe.</Descript

<ItemGroup>
<PackageReference Include="Cake.AzureDevOps" Version="3.0.2" />
<PackageReference Include="Cake.Frosting" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Git" Version="3.0.0" />
<PackageReference Include="Cake.Issues" Version="3.0.0" />
<PackageReference Include="Cake.Issues.EsLint" Version="3.0.0" />
Expand Down
5 changes: 3 additions & 2 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ Task("Generate-Version-File")
// Write metadata to configuration file
System.IO.File.WriteAllText(
"./Cake.Issues.Recipe/cake-version.yml",
@"TargetCakeVersion: 3.0.0
@"TargetCakeVersion: 4.0.0
TargetFrameworks:
- net6.0
- net7.0"
- net7.0
- net8.0"
);

// Write metadata to class for use when running a build
Expand Down
2 changes: 1 addition & 1 deletion tests/frosting/net6.0/build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
<PackageReference Include="Cake.Frosting.Issues.Recipe" Version="*-*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/frosting/net7.0/build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
<PackageReference Include="Cake.Frosting.Issues.Recipe" Version="*-*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/frosting/net8.0/build/Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
<PackageReference Include="Cake.Frosting.Issues.Recipe" Version="*-*" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion tests/script-runner/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.0.0",
"version": "4.0.0",
"commands": [
"dotnet-cake"
]
Expand Down

0 comments on commit 616a7ba

Please sign in to comment.