Info
Version: | 1.0.0.20 |
Author(s): | TTSoft |
Last Update: | Thursday, May 25, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tynor88/Topshelf.SimpleInjector |
NuGet Url: | https://www.nuget.org/packages/Topshelf.SimpleInjector.QuickStart |
Install
Install-Package Topshelf.SimpleInjector.QuickStart
dotnet add package Topshelf.SimpleInjector.QuickStart
paket add Topshelf.SimpleInjector.QuickStart
Topshelf.SimpleInjector.QuickStart Download (Unzip the "nupkg" after downloading)
Dependencies
- Topshelf.SimpleInjector(>= 1.0.0.20)
- SimpleInjector(>= 4.0.7)
- Topshelf(>= 4.0.3)
Tags
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.