NuGet.Configuration by Microsoft

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

 NuGet.Configuration 6.10.0

NuGet's configuration settings implementation.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NuGet.Configuration</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>NuGet's configuration settings implementation.</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.Common" version="6.10.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="NuGet.Common" version="6.10.0" exclude="Build,Analyzers" />
        <dependency id="System.Security.Cryptography.ProtectedData" version="4.4.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.7.2" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.7.2" />
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework=".NETFramework4.7.2" />
    </frameworkAssemblies>
  </metadata>
</package>