Open yadavsudhir327 opened 3 years ago
I'm not sure what this problem has to do with MimeTypeMap, but maybe you should ask the authors of Google.GData.Extensions package to provide a Version for ".NETCoreApp 3.1" or "netstandard" target frameworks?
@markusschaber I'm getting the same issue when referencing the package directly in my project. Basically means the package does not target .net6 and hence the warning.
Could you update and release a version for net6? its the stable long term release and it will hide the warning .
Severity Code Description Project File Line Suppression State Warning NU1701 Package 'MediaTypeMap 2.1.0' 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' instead of the project target framework 'net6.0'. This package may not be fully compatible with your project. MyApp C:\Repos\MyApp\MyApp.csproj 1
Hi team, I would like to know how can I fix this warning, as the functionality is working fine.