criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
10 stars 23 forks source link

Upgrade nuget dependencies #276

Closed m-s- closed 1 year ago

m-s- commented 1 year ago

This upgrades all nuget deps to the latest version, except:

‼️BREAKING CHANGE‼️ Note that this PR technically breaks the old option with multiple arity syntax (--opt <val1> <val2>) which had little use. Now the correct invocation is --opt <val1> --opt <val2>. This also breaks the StartupModule.Configure signature, that now returns a Parse,RootCommand tuple instead of only the RootCommand. We need the parser to invoke using our customized pipeline.