Topshelf.SimpleInjector
1.0.0.20
dotnet add package Topshelf.SimpleInjector --version 1.0.0.20
NuGet\Install-Package Topshelf.SimpleInjector -Version 1.0.0.20
<PackageReference Include="Topshelf.SimpleInjector" Version="1.0.0.20" />
paket add Topshelf.SimpleInjector --version 1.0.0.20
#r "nuget: Topshelf.SimpleInjector, 1.0.0.20"
// Install Topshelf.SimpleInjector as a Cake Addin #addin nuget:?package=Topshelf.SimpleInjector&version=1.0.0.20 // Install Topshelf.SimpleInjector as a Cake Tool #tool nuget:?package=Topshelf.SimpleInjector&version=1.0.0.20
Topshelf.SimpleInjector provides extensions to construct your Topshelf service class from the SimpleInjector IoC container.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- SimpleInjector (>= 4.0.0)
- Topshelf (>= 4.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Topshelf.SimpleInjector:
Package | Downloads |
---|---|
Topshelf.SimpleInjector.Quartz
Topshelf.SimpleInjector.Quartz provides extensions to schedule your Topshelf Service with Quartz.NET using SimpleInjector IoC container. |
|
Topshelf.SimpleInjector.QuickStart
Topshelf.SimpleInjector provides extensions to construct your Topshelf service class from the SimpleInjector IoC container. This QuickStart package will quickly get you up and running with your WindowsService. Create a new Console Application project, install this package, make sure to overvwrite Program.cs, click Start and you have a running Service with SimpleInjector as IoC framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.