Skip to content

Commit 737271b

Browse files
authored
Address breaking change in Spectre.Console.Cli
1 parent 3e37311 commit 737271b

1 file changed

Lines changed: 1 addition & 1 deletion

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"))

0 commit comments

Comments
 (0)