gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support
1.63k stars 293 forks source link

Please support older .NET framework versions #509

Open ramondeklein opened 5 years ago

ramondeklein commented 5 years ago

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 framework 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.