diff --git a/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs b/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs index 93bbfbd..01fbf60 100644 --- a/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs +++ b/src/DPI/Commands/NuGet/NuGetAnalyzeCommand.cs @@ -23,7 +23,7 @@ public class NuGetAnalyzeCommand : NuGetCommand where TSet private NuGetParsers NuGetParsers { get; } - public override async Task ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken) + protected override async Task ExecuteAsync(CommandContext context, TSettings settings, CancellationToken cancellationToken) { FilePathCollection filePaths; using (settings.Logger.BeginScope("GetFiles")) diff --git a/src/DPI/DPI.csproj b/src/DPI/DPI.csproj index c04e609..4682b43 100644 --- a/src/DPI/DPI.csproj +++ b/src/DPI/DPI.csproj @@ -11,7 +11,7 @@ - +