Skip to content

Commit 1b670c1

Browse files
Update cake monorepo to 5.1.0
1 parent 2b4129e commit 1b670c1

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="5.0.0" />
8+
<PackageReference Include="Cake.Frosting" Version="5.1.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<Reference Include="Cake.Gradle">

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": "5.0.0",
6+
"version": "5.1.0",
77
"commands": [
88
"dotnet-cake"
99
]

0 commit comments

Comments
 (0)