So, I have a .net core 1.1 project & I am trying to import Power BI packages in visual studio 2017 for it . However, 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
Does anyone know how to work around this?
Thanks!