Visual Studio 15.5 Preview is just installed so that I can create an Azure function oriented to .NET Core. Without making any changes, I see a warning - see below - the following:
The Microsoft.AspNet.WebApi.Client 5.2.2 package has been restored using .NET. Framework version 4.6.1 instead of the target .NET target environment. Standard version 2.0. This package may not be compatible with your project.
Any idea how to fix this or am I ignoring this warning? As I said, this is a new Azure Function project that I created without any changes.
This is what the warning looks like: 
asp.net-core .net-core azure-webjobs azure-functions azure-webjobssdk
Sam
source share