Update Nuget packages to newest stable

This commit is contained in:
Matt Nadareski
2023-07-14 12:07:44 -04:00
parent a19937d630
commit e0742cdfc7
13 changed files with 32 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ namespace MPF.Check
return;
// Loop through and process options
(Options options, string path, int startIndex) = OptionsLoader.LoadFromArguments(args, startIndex: 2);
(Core.Data.Options options, string path, int startIndex) = OptionsLoader.LoadFromArguments(args, startIndex: 2);
// Make new Progress objects
var resultProgress = new Progress<Result>();