Topshelf.SimpleInjector
0.1.1
See the version list below for details.
dotnet add package Topshelf.SimpleInjector --version 0.1.1
NuGet\Install-Package Topshelf.SimpleInjector -Version 0.1.1
<PackageReference Include="Topshelf.SimpleInjector" Version="0.1.1" />
paket add Topshelf.SimpleInjector --version 0.1.1
#r "nuget: Topshelf.SimpleInjector, 0.1.1"
// Install Topshelf.SimpleInjector as a Cake Addin #addin nuget:?package=Topshelf.SimpleInjector&version=0.1.1 // Install Topshelf.SimpleInjector as a Cake Tool #tool nuget:?package=Topshelf.SimpleInjector&version=0.1.1
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 | net45 is compatible. net451 was computed. net452 was computed. 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 (>= 2.5.0)
- TopShelf (>= 3.1.3)
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.