System.Configuration.ConfigurationManager 9.0.1
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>System.Configuration.ConfigurationManager</id>
<version>9.0.1</version>
<authors>Microsoft</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<icon>Icon.png</icon>
<readme>PACKAGE.md</readme>
<projectUrl>https://dot.net/</projectUrl>
<description>Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.</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="c8acea22626efab11c13778c028975acdc34678f" />
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net8.0">
<dependency id="System.Diagnostics.EventLog" version="9.0.1" exclude="Build,Analyzers" />
<dependency id="System.Security.Cryptography.ProtectedData" version="9.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework="net9.0">
<dependency id="System.Diagnostics.EventLog" version="9.0.1" exclude="Build,Analyzers" />
<dependency id="System.Security.Cryptography.ProtectedData" version="9.0.1" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="System.Security.Cryptography.ProtectedData" version="9.0.1" exclude="Build,Analyzers" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" targetFramework=".NETFramework4.6.2" />
</frameworkAssemblies>
</metadata>
</package>