build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build (#2814)

* build(deps): bump Cake.Frosting from 2.3.0 to 4.0.0 in /build

Bumps [Cake.Frosting](https://github.com/cake-build/cake) from 2.3.0 to 4.0.0.
- [Release notes](https://github.com/cake-build/cake/releases)
- [Changelog](https://github.com/cake-build/cake/blob/develop/ReleaseNotes.md)
- [Commits](https://github.com/cake-build/cake/compare/v2.3.0...v4.0.0)

---
updated-dependencies:
- dependency-name: Cake.Frosting
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Lifetime.cs#Setup inheritance fixed

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
This commit is contained in:
dependabot[bot]
2023-12-18 13:47:36 -08:00
committed by GitHub
parent c895ac8efb
commit 7b7cfd3ea0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Cake.Coverlet" Version="3.0.4" />
<PackageReference Include="Cake.Frosting" Version="2.3.0" />
<PackageReference Include="Cake.Frosting" Version="4.0.0" />
</ItemGroup>
</Project>
+1 -1
View File
@@ -8,7 +8,7 @@ using Cake.Core;
public class Lifetime : FrostingLifetime<Context>
{
public override void Setup(Context context)
public override void Setup(Context context, ISetupContext setupContext)
{
context.Target = context.Argument("target", "Default");
context.Configuration = context.Argument("configuration", "Release");