WindowsServiceFramework.Core 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WindowsServiceFramework.Core --version 1.2.0
NuGet\Install-Package WindowsServiceFramework.Core -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WindowsServiceFramework.Core" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsServiceFramework.Core --version 1.2.0
#r "nuget: WindowsServiceFramework.Core, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WindowsServiceFramework.Core as a Cake Addin
#addin nuget:?package=WindowsServiceFramework.Core&version=1.2.0

// Install WindowsServiceFramework.Core as a Cake Tool
#tool nuget:?package=WindowsServiceFramework.Core&version=1.2.0

framework4 仿照 .netcore mvc 开发方式的windows服务开发框架

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.2 374 2/2/2021
1.2.1 312 2/2/2021
1.2.0 453 2/2/2021
1.1.2 385 9/25/2020
1.1.1 432 9/25/2020
1.1.0 489 9/23/2020
1.0.1 495 9/1/2020
1.0.0 508 9/1/2020

添加Startup中注册任务的功能.