Skip to content

Support .net core 3.1, 5.0

Latest
Compare
Choose a tag to compare
@amibar amibar released this 16 Jul 10:01

Added support to .net core 3.1, 5.0

Breaking change:
Shutdown() doesn't use Thread.Abort by default anymore, since .net core doesn't support it.
If you work with .net framework, you can still force Thread.Abort, but it is not the default.