Skip to content

Commit 806f42a

Browse files
authored
Merge pull request #438 from cake-contrib/renovate/major-cake-monorepo
Update cake monorepo to v6 (major)
2 parents 3cf1f67 + 926f385 commit 806f42a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/cake/.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": "5.1.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
@@ -8,7 +8,7 @@
88
<Reference Include="Cake.7zip">
99
<HintPath>$(MSBuildProjectDirectory)\..\..\..\src\Cake.7zip\bin\Release\net8.0\Cake.7zip.dll</HintPath>
1010
</Reference>
11-
<PackageReference Include="Cake.Frosting" Version="5.1.0" />
11+
<PackageReference Include="Cake.Frosting" Version="6.0.0" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<Compile Remove="output\**" />

0 commit comments

Comments
 (0)