30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.Extensions.Features</id>
|
|
<version>9.0.5</version>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<projectUrl>https://asp.net/</projectUrl>
|
|
<description>Provides abstractions for a loosly coupled collection of features.
|
|
|
|
Commonly Used Types:
|
|
Microsoft.AspNetCore.Http.Features.IFeatureCollection
|
|
Microsoft.AspNetCore.Http.Features.FeatureCollection
|
|
|
|
|
|
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ed74665e773dd1ebea3289c5662d71c590305932</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>aspnetcore</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/aspnetcore" commit="ed74665e773dd1ebea3289c5662d71c590305932" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
<group targetFramework="net9.0" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |