When updating to NET8.0, I have the following updates in mind:
- Replace usage of
DateTime.UtcNow with the equivalents in the new TimeProvider.
- Add convenience methods for adding cronjobs that run every minute, hour, day, week and month respectively
- Target frameworks will be
netstandard2.0 and net6.0 and net8.0
When updating to
NET8.0, I have the following updates in mind:DateTime.UtcNowwith the equivalents in the new TimeProvider.netstandard2.0and net6.0andnet8.0