Skip to content

Commit

Permalink
Update cake monorepo to v4 (cake-contrib#345)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 9, 2023
1 parent ba99109 commit d256fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Cake.Issues" Version="3.0.0" />
<PackageReference Include="Cake.Issues.PullRequests" Version="3.0.0" />
<PackageReference Include="Cake.Issues.Testing" Version="3.0.0" />
<PackageReference Include="Cake.Testing" Version="3.0.0" />
<PackageReference Include="Cake.Testing" Version="4.0.0" />
<PackageReference Include="Cake.AzureDevOps" Version="3.0.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See the Project Site for an overview of the whole ecosystem of addins for workin
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.Core" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Core" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.Issues.PullRequests" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Cake.AzureDevOps" Version="3.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit d256fb6

Please sign in to comment.