Microsoft.PowerBI.Api by Microsoft

<PackageReference Include="Microsoft.PowerBI.Api" Version="2.1.0" />

 Microsoft.PowerBI.Api 2.1.0

.NET Client library for Microsoft Power BI public REST endpoints providing access to your Workspaces, Reports, Datasets and more.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.PowerBI.Api</id>
    <version>2.1.0</version>
    <title>Microsoft Power BI API</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Microsoft/PowerBI-CSharp</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkId=780675</iconUrl>
    <description>.NET Client library for Microsoft Power BI public REST endpoints providing access to your Workspaces, Reports, Datasets and more.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Microsoft Power BI API REST</tags>
    <dependencies>
      <group targetFramework=".NETPortable4.5-Profile111">
        <dependency id="Microsoft.Rest.ClientRuntime" version="2.0.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="7.0.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Rest.ClientRuntime" version="2.3.18" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="11.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>