123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="utf-8"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
- <metadata>
- <id>Microsoft.Extensions.DependencyInjection.Abstractions</id>
- <version>7.0.0</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>Abstractions for dependency injection.
- Commonly Used Types:
- Microsoft.Extensions.DependencyInjection.IServiceCollection</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="d099f075e45d2aa6007a22b71b45a08758559f80" />
- <dependencies>
- <group targetFramework=".NETFramework4.6.2">
- <dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" exclude="Build,Analyzers" />
- <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
- </group>
- <group targetFramework="net6.0" />
- <group targetFramework="net7.0" />
- <group targetFramework=".NETStandard2.0">
- <dependency id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" exclude="Build,Analyzers" />
- <dependency id="System.Threading.Tasks.Extensions" version="4.5.4" exclude="Build,Analyzers" />
- </group>
- <group targetFramework=".NETStandard2.1" />
- </dependencies>
- </metadata>
- </package>
|