Google.Apis.Core by Google Inc.

<PackageReference Include="Google.Apis.Core" Version="1.34.0" />

 Google.Apis.Core 1.34.0

The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on. Supported Platforms: - .NET Framework 4.5+ - NetStandard1.3, providing .NET Core support

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Google.Apis.Core</id>
    <version>1.34.0</version>
    <title>Google APIs Core Client Library</title>
    <authors>Google Inc.</authors>
    <owners>Google Inc.</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/google/google-api-dotnet-client</projectUrl>
    <iconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</iconUrl>
    <description>The Google APIs Core Library contains the Google APIs HTTP layer, JSON support, Data-store, logging and so on.

Supported Platforms:
- .NET Framework 4.5+
- NetStandard1.3, providing .NET Core support</description>
    <copyright>Copyright 2017 Google Inc.</copyright>
    <tags>Google</tags>
    <repository type="git" url="https://github.com/google/google-api-dotnet-client" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="System.Net.Http" version="4.3.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="10.0.2" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
        <dependency id="System.Net.Http" version="4.3.1" exclude="Build,Analyzers" />
        <dependency id="Newtonsoft.Json" version="10.0.2" exclude="Build,Analyzers" />
        <dependency id="System.Reflection.TypeExtensions" version="4.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>