Skip to content
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

Closed
Rohansi opened this issue Apr 30, 2018 · 6 comments · Fixed by #307
Closed

Target .NET Standard 2.0 #284

Rohansi opened this issue Apr 30, 2018 · 6 comments · Fixed by #307

Comments

@Rohansi
Copy link

Rohansi commented Apr 30, 2018

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

@Rohansi
Copy link
Author

Rohansi commented Apr 30, 2018

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.

@ericnewton76
Copy link
Member

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

@andrewaggb
Copy link

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.

@SidShetye
Copy link

Any idea when .net standard 2.0 targets will be released? It's coming down with a lot of dependencies right now.

@ericnewton76
Copy link
Member

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

@ericnewton76
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants