commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.46k stars 473 forks source link

netstandard 2.1 #700

Open stefc opened 3 years ago

stefc commented 3 years ago

Instead of netstandard 2.0 I want support of net standard 2.1 of this library, because I want to use it with Netcore 3.1 LTS.

https://dotnet.microsoft.com/platform/dotnet-standard#versions

vbornand commented 3 years ago

You can import a library in netstandard 2.0 in a .net core 3.1 app. netstandars 2.1 is the latest version supported by .net core 3.1 but you can use libraries using older .net standard version. It is backward compatible. The library mainteneurs should always keep the minimal version to support more frameworks versions.