Injectable.NetCore.Extensions
1.2.0.2
Provides extensions for depenedency injection to enable convention-based injection for .Net Core and Standard projects
Install-Package Injectable.NetCore.Extensions -Version 1.2.0.2
dotnet add package Injectable.NetCore.Extensions --version 1.2.0.2
<PackageReference Include="Injectable.NetCore.Extensions" Version="1.2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Injectable.NetCore.Extensions --version 1.2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Injectable.NetCore.Extensions, 1.2.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Injectable.NetCore.Extensions as a Cake Addin
#addin nuget:?package=Injectable.NetCore.Extensions&version=1.2.0.2
// Install Injectable.NetCore.Extensions as a Cake Tool
#tool nuget:?package=Injectable.NetCore.Extensions&version=1.2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added multi-targeting to support netcore2.1 targeting
Dependencies
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.