<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Threading.Tasks.TaskCreationOptions

public enum TaskCreationOptions
namespace System.Threading.Tasks { public enum TaskCreationOptions { AttachedToParent = 4, DenyChildAttach = 8, HideScheduler = 16, LongRunning = 2, None = 0, PreferFairness = 1, RunContinuationsAsynchronously = 64 } }