You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: