<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Threading.ThreadPriority

public enum ThreadPriority
namespace System.Threading { public enum ThreadPriority { AboveNormal = 3, BelowNormal = 1, Highest = 4, Lowest = 0, Normal = 2 } }