.NET Standard 2.0 is much more consistent across runtimes and shouldn't need to install 10+ dependencies when used in full .NET Framework or .NET Core projects.
There shouldn't be any need to change code, only the csproj to target an additional platform.
The csproj and project.json files could maybe be replaced by the new csproj format to make this all easier. This table shows which runtimes the different .NET Standard levels support.
I was definitely considering it now that higher standard frameworks are in the wild at this point. Might not make the end of may rrlease but probably soon after
I'd certainly prefer it as well. I've been using an older fork for some time and tried to update to this version and backed out because it pulled in many deps. netstandard 2 is much cleaner.
Any idea when .net standard 2.0 targets will be released? It's coming down with a lot of dependencies right now.
I鈥檓 gonna try to find some time soon. Been a lot going on and trying to find an outdoor cat that I miss a lot
Newest version supporting Net Standard 2.0 is now built and published.
https://www.nuget.org/packages/CommandLineParser/2.4.3
https://github.com/commandlineparser/commandline/releases/tag/v2.4.3
Most helpful comment
Newest version supporting Net Standard 2.0 is now built and published.
https://www.nuget.org/packages/CommandLineParser/2.4.3
https://github.com/commandlineparser/commandline/releases/tag/v2.4.3