Skip to content

Commit af5bd53

Browse files
authored
Merge pull request #138 from devlead/renovate/devlead.console-2026.x
chore(deps): update dependency devlead.console to 2026.4.8.657
2 parents bb410d0 + 737271b commit af5bd53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class NuGetAnalyzeCommand<TSettings> : NuGetCommand<TSettings> where TSet
2323

2424
private NuGetParsers NuGetParsers { get; }
2525

26-
public override async Task<int> ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken)
26+
protected override async Task<int> ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken)
2727
{
2828
FilePathCollection filePaths;
2929
using (settings.Logger.BeginScope("GetFiles"))

src/DPI/DPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Devlead.Console" Version="2026.2.11.575" />
14+
<PackageReference Include="Devlead.Console" Version="2026.4.8.657" />
1515
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
1616
<PackageReference Include="Cake.Core" Version="6.1.0" />
1717
<PackageReference Include="Cake.Common" Version="6.1.0" />

0 commit comments

Comments
 (0)