mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
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:
+2
-2
@@ -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
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user