NuGet.Common by Microsoft

<PackageReference Include="NuGet.Common" Version="6.10.0" />

.NET API 123,424 bytes

 NuGet.Common 6.10.0

Common utilities and interfaces for all NuGet libraries.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NuGet.Common</id>
    <version>6.10.0</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>icon.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://aka.ms/nugetprj</projectUrl>
    <description>Common utilities and interfaces for all NuGet libraries.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>nuget</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/NuGet/NuGet.Client" commit="6970ffe10efff51d43862ea8f8a2ef0170250262" />
    <dependencies>
      <group targetFramework=".NETFramework4.7.2">
        <dependency id="NuGet.Frameworks" version="6.10.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="NuGet.Frameworks" version="6.10.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.7.2" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.7.2" />
      <frameworkAssembly assemblyName="System.IO.Compression" targetFramework=".NETFramework4.7.2" />
    </frameworkAssemblies>
  </metadata>
</package>