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

Add testing for .Net 8.0 #26

Closed SvenGroot closed 11 months ago

SvenGroot commented 11 months ago

At this time, I don't believe it's necessary to update Ookii.CommandLine itself to .Net 8, as the .Net 7 version of the library will work in .Net 8 projects. However, the unit tests add a .Net 8.0 target to ensure everything works correctly.