FreeScheduler 1.0.9
.NET Standard 2.0
.NET Framework 4.0
dotnet add package FreeScheduler --version 1.0.9
NuGet\Install-Package FreeScheduler -Version 1.0.9
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="FreeScheduler" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FreeScheduler --version 1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FreeScheduler, 1.0.9"
#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 FreeScheduler as a Cake Addin
#addin nuget:?package=FreeScheduler&version=1.0.9
// Install FreeScheduler as a Cake Tool
#tool nuget:?package=FreeScheduler&version=1.0.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
优化 CustomInterval 错误提示
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FreeScheduler:
Package | Downloads |
---|---|
FreeSql.Cloud
提供跨数据库访问,分布式事务TCC、SAGA解决方案,支持 .NET Core 2.1+, .NET Framework 4.0+. |
|
ZhonTai.Admin
中台Admin权限管理接口库 |
|
FreeScheduler.TaskHandlers.FreeRedis
轻量化定时任务调度,支持临时的延时任务和重复循环任务,可按秒,每天/每周/每月固定时间,自定义间隔执行,支持 .NET Core 2.1+、.NET Framework 4.0+ 运行环境。 |
|
FreeScheduler.Dash
Package Description |
|
XingRui.EasyJob
A easy job lib design by zxr |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FreeScheduler:
Repository | Stars |
---|---|
zhontai/Admin.Core
Admin后端,前后端分离的权限管理系统。支持多租户、数据权限、动态Api、任务调度、滑块拼图验证、国内外主流数据库自由切换和动态高级查询。基于.Net跨平台开发的WebApi。集成统一认证授权、数据验证、缓存、Ip限流、全Api鉴权、集成测试、性能分析、接口文档等。
|
|
2881099/FreeScheduler
轻量化定时任务调度,支持临时的延时任务和重复循环任务(可持久化),可按秒,每天/每周/每月固定时间,自定义间隔执行,支持 .NET Core 2.1+、.NET Framework 4.0+ 运行环境。
|