How do I solve this warning, which I believe is causing my application to crash on start. I can not change my project target framework to .NETFramework version v4.6.1 because it is not an option, the only things I can set as my project target framework is .netstandard 2.0 and less
NU1701 Package 'Microsoft.Net.Http 2.2.29' 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.