<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.2" />

System.Configuration.ConfigurationManager 6.0.2

Provides types that support using configuration files. Commonly Used Types: System.Configuration.Configuration System.Configuration.ConfigurationManager

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>System.Configuration.ConfigurationManager</id>
    <version>6.0.2</version>
    <authors>Microsoft</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://dot.net/</projectUrl>
    <description>Provides types that support using configuration files.

Commonly Used Types:
System.Configuration.Configuration
System.Configuration.ConfigurationManager</description>
    <releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/runtime" commit="f1dd57165bfd91875761329ac3a8b17f6606ad18" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1">
        <dependency id="System.Security.Permissions" version="6.0.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework="net6.0">
        <dependency id="System.Security.Cryptography.ProtectedData" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Security.Permissions" version="6.0.1" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Security.Cryptography.ProtectedData" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Security.Permissions" version="6.0.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.6.1" />
    </frameworkAssemblies>
  </metadata>
</package>