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

System.Collections.Concurrent.EnumerablePartitionerOptions

namespace System.Collections.Concurrent { public enum EnumerablePartitionerOptions { NoBuffering = 1, None = 0 } }