New: Build on Net6

This commit is contained in:
Qstick 2021-12-24 11:40:37 -06:00
parent 8ee1bf3194
commit 947ad15af0
39 changed files with 141 additions and 156 deletions

View file

@ -50,7 +50,6 @@ namespace NzbDrone.Core.Messaging.Commands
catch (ThreadAbortException ex)
{
_logger.Error(ex, "Thread aborted");
Thread.ResetAbort();
}
catch (OperationCanceledException)
{