So, I tried importing PowerBI packages in visual studio 2017 for my .net core 1.1 project. But I'm getting this error:
Install-Package : Package Microsoft.PowerBI.Core 1.1.10 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package Microsoft.PowerBI.Core 1.1.10 supports: net45 (.NETFramework,Version=v4.5)At line:1 char:1
Can anyone help me with this?