So, I'm attempting to import Power BI packages in my visual studio'17 for my projects in .net core 1.1 and I'm getting the following 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
Has anyone else dealt with this?