Skip to content

Not compatible with .NET6 #118

@sonicmouse

Description

@sonicmouse

This looks like a lovely commandline processor, but I can't use it as it raises a warning in my project:

Warning NU1701 Package 'FluentCommandLineParser 1.4.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project.
I simply cannot have a dependency on the .NET Framework.

Easy enough to reproduce, just start a new .NET6 console application and add the nuget package. I even tried the latest pre-release (1.5.0.20-commands) and it's still throwing that warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions