PosInformatique.AspNet.WebForms.DependencyInjection
1.2.0
Prefix Reserved
dotnet add package PosInformatique.AspNet.WebForms.DependencyInjection --version 1.2.0
NuGet\Install-Package PosInformatique.AspNet.WebForms.DependencyInjection -Version 1.2.0
<PackageReference Include="PosInformatique.AspNet.WebForms.DependencyInjection" Version="1.2.0" />
paket add PosInformatique.AspNet.WebForms.DependencyInjection --version 1.2.0
#r "nuget: PosInformatique.AspNet.WebForms.DependencyInjection, 1.2.0"
// Install PosInformatique.AspNet.WebForms.DependencyInjection as a Cake Addin #addin nuget:?package=PosInformatique.AspNet.WebForms.DependencyInjection&version=1.2.0 // Install PosInformatique.AspNet.WebForms.DependencyInjection as a Cake Tool #tool nuget:?package=PosInformatique.AspNet.WebForms.DependencyInjection&version=1.2.0
PosInformatique.AspNet.WebForms.DependencyInjection is a library to add the IoC container support of Microsoft.Extensions.DependencyInjection for ASP .NET Web Forms
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Microsoft.Extensions.DependencyInjection (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 1,196 | 12/1/2019 |
1.2.0-beta3 | 403 | 11/24/2019 |
1.2.0-beta2 | 371 | 11/23/2019 |
1.2.0-beta1 | 346 | 11/22/2019 |
1.1.0 | 455 | 11/22/2019 |
1.1.0-alpha1 | 384 | 11/3/2019 |
1.0.0 | 493 | 9/23/2019 |
1.2.0
- Add the support of the [ActivatorUtilitiesConstructor] attribute.
1.1.0
- Using the IServiceCollection in the public API instead of ServiceCollection.
- Add new UseServiceProvider() and AddDefaultAspNetServices() API methods to use an existing IServiceProvider and IServiceCollection.
1.0.0
- Initial version