SvenGroot / Ookii.CommandLine

Ookii.CommandLine is a powerful and flexible command line argument parsing library for .Net applications, supporting PowerShell-like and POSIX-like conventions, as well as subcommands.
MIT License
27 stars 7 forks source link

.Net Standard 2.0 support #1

Closed Thieum closed 5 years ago

Thieum commented 6 years ago
Thieum commented 6 years ago

Nuget summary is missing from the UI for the package in Visual Studio, there's a ticket that could be reopened here: https://developercommunity.visualstudio.com/content/problem/175015/nuget-package-summary-not-supported-in-vs-ui.html

Commented on it about the issue.

Thieum commented 5 years ago

@SvenGroot this PR still fixes a few url and settings - let me know if you want a new PR or new PRs for specific points.

SvenGroot commented 5 years ago

Hi @Thieum. I don't think I ever noticed this PR. I haven't done anything with this project in quite a while and only updated it to .Net Standard because I needed it for something myself. :)

Since I ended up using multi-targeting (the library is now built for .Net Framework 2.0 and .Net Standard 2.0), I don't think it's necessary to modify the target framework of the other projects, unless you know of a good reason to do so. I will fix the URLs however, thanks for notifying me of that.

Thieum commented 5 years ago

@SvenGroot no, no other reason than being compatible with .net standard. Thanks for the update!