Microsoft.Extensions.Options 3.1.22
Provides a strongly typed way of specifying and accessing settings using dependency injection.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Extensions.Options</id>
<version>3.1.22</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>
<projectUrl>https://asp.net/</projectUrl>
<description>Provides a strongly typed way of specifying and accessing settings using dependency injection.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>aspnetcore options</tags>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/aspnet/Extensions" commit="d8690e6fcc4bc6c2ae77a1b748f87040180894fc" />
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.22" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Primitives" version="3.1.22" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="3.1.22" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Primitives" version="3.1.22" exclude="Build,Analyzers" />
<dependency id="System.ComponentModel.Annotations" version="4.7.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>