Microsoft.Extensions.DependencyInjection
1.0.0
See the version list below for details.
Install-Package Microsoft.Extensions.DependencyInjection -Version 1.0.0
dotnet add package Microsoft.Extensions.DependencyInjection --version 1.0.0
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.0.0" />
paket add Microsoft.Extensions.DependencyInjection --version 1.0.0
#r "nuget: Microsoft.Extensions.DependencyInjection, 1.0.0"
// Install Microsoft.Extensions.DependencyInjection as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.DependencyInjection&version=1.0.0
// Install Microsoft.Extensions.DependencyInjection as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.DependencyInjection&version=1.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen30 tizen40 tizen60 |
| Universal Windows Platform | uap uap10.0 |
| Windows Phone | wpa81 |
| Windows Store | netcore netcore45 netcore451 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- System.Collections (>= 4.0.11)
- System.Collections.Concurrent (>= 4.0.12)
- System.Runtime.Extensions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.DependencyInjection:
| Package | Downloads |
|---|---|
|
Microsoft.Extensions.Hosting
.NET Core hosting and startup infrastructures for applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213 |
|
|
Microsoft.AspNetCore.DataProtection.SystemWeb
A component to allow the ASP.NET Core data protection stack to work with the ASP.NET 4.x <machineKey> element. |
|
|
Microsoft.AspNet.DataProtection.Extensions
Additional APIs for ASP.NET 5 data protection. |
|
|
Microsoft.AspNetCore.DataProtection.Extensions
Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98 |
|
|
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213 |