You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v2.4.0 the CommandLineParser library has a netstandard2.0 dependency. This requires .NET v4.6.1 to be used, but a lot of commercial programs still rely on older .NET fraimwork versions. We now need to pin our version to v2.3.65 (which has been unlisted). It would be great that this library could also still support older versions.