Skip to content

Commit 1b71843

Browse files
authored
Merge pull request #276 from cake-contrib/renovate/cake-monorepo
Update cake monorepo to 4.2.0
2 parents 3441586 + 307201d commit 1b71843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/frosting/build/Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
8+
<PackageReference Include="Cake.Frosting" Version="4.2.0" />
99
<ProjectReference Include="$(ProjectDir)../../../src/Cake.Npm.Module/Cake.Npm.Module.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>

demo/script/.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": "4.2.0",
77
"commands": [
88
"dotnet-cake"
99
]

0 commit comments

Comments
 (0)