Skip to content
Prev Previous commit
Next Next commit
fix the build
  • Loading branch information
adamsitnik committed Apr 14, 2025
commit 0636f37a7afd972236f4546886f7e09938908f09
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal class Program
{
private static async Task<int> Main(string[] args)
{
var rootCommand = new CliRootCommand("Check that nupkg dependencies are available on specified source(s).");
var rootCommand = new RootCommand("Check that nupkg dependencies are available on specified source(s).");

var nupkgsArgument = new Argument<List<FileInfo>>("nupkgs");
nupkgsArgument.Arity = ArgumentArity.OneOrMore;
Expand Down