fix
This commit is contained in:
@@ -43,6 +43,9 @@ public class JobCenter
|
||||
|
||||
public virtual void Start()
|
||||
{
|
||||
var now = DateTime.Now;
|
||||
foreach (var job in jobs)
|
||||
job.LastExecution = now;
|
||||
Enabled = true;
|
||||
timerRepeat.Start();
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>annotations</Nullable>
|
||||
<Version>2.5.0</Version>
|
||||
<Version>2.5.1</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
||||
|
||||
Reference in New Issue
Block a user