The version of Microsoft.NET.Sdk used by this project is insufficient to support references to libraries targeting .NET Standard 1.5 or higher
I had the same issue. Adding <DependsOnNETStandard>false</DependsOnNETStandard>
to your csproj
file works for now. Have a look at https://github.com/dotnet/sdk/issues/1527 for more information.