Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
I have this warning in the NuGet package of Microsoft.Net.Http and Microsoft.Bcl.Buil hough the project compiles but I am not sure if I need to worry about it as the last line says:
This package may not be fully compatible with your project.
Below is the exact warning
Package 'Microsoft.Bcl 1.1.10' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project.
This appears when I want to archive to publish the app, in debug mode it works without any problem.