.NET Core equivalent to Thread.Abort September 13, 2023 by Tarik Use thread.Interrupt(); instead of Abort() method.