-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target .NET Standard 2.0 #284
Comments
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’m 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 |
.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 text was updated successfully, but these errors were encountered: