mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 16:33:43 -04:00
Migrate to .NET 6
This commit is contained in:
@ -14,7 +14,7 @@ namespace Observatory.PluginManagement
|
||||
private IEnumerable<IObservatoryWorker> observatoryWorkers;
|
||||
private IEnumerable<IObservatoryNotifier> observatoryNotifiers;
|
||||
private List<(string error, string detail)> errorList;
|
||||
private Timer timer;
|
||||
private System.Timers.Timer timer;
|
||||
|
||||
public PluginEventHandler(IEnumerable<IObservatoryWorker> observatoryWorkers, IEnumerable<IObservatoryNotifier> observatoryNotifiers)
|
||||
{
|
||||
|
Reference in New Issue
Block a user