Hi;
I am using the latest nuget 3.3.9 referenced in my .net standard 2.0 library
When I build my library in VS I get this warning:
Severity Code Description Project File Line Suppression State Details
Warning NU1701 Package 'FSUIPCClientDLL 3.3.9' 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 '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. FlightSimLibrary F:\DEV\Current\Libraries\FlightSimLibrary\FlightSimLibrary.csproj 1
Although when I run any application on .net 8 that uses this library everything works fine this warning pollutes my build and would like it to be gone.
What's the reason for this warning?