Update Program.cs

This commit is contained in:
ATFGK 2022-12-13 12:05:44 +08:00 committed by GitHub
parent c6b60e22d7
commit 1435066745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,10 +36,7 @@ if (args.Length > 0 && args[0].ToLower() == "plugins")
await NugetCLI.Main(items);
return;
}
else
{
Start();
}
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();