Skip to content

Commit f9b3336

Browse files
authored
Merge pull request #298 from cake-contrib/renovate/major-cake-monorepo
Update cake monorepo to v6 (major)
2 parents 5a8ef8c + ee41b00 commit f9b3336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/dsl/.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "4.0.0",
6+
"version": "6.0.0",
77
"commands": [
88
"dotnet-cake"
99
]

demo/frosting/build/Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" />
9-
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
9+
<PackageReference Include="Cake.Frosting" Version="6.0.0" />
1010
<ProjectReference Include="$(ProjectDir)../../../src/Cake.AzurePipelines.Module/Cake.AzurePipelines.Module.csproj" />
1111
<ProjectReference Include="$(ProjectDir)../../../src/Cake.GitHubActions.Module/Cake.GitHubActions.Module.csproj" />
1212
<ProjectReference Include="$(ProjectDir)../../../src/Cake.MyGet.Module/Cake.MyGet.Module.csproj" />

0 commit comments

Comments
 (0)