<PackageReference Include="System.IO.Pipelines" Version="11.0.0-preview.6.26359.118" />

System.Runtime.CompilerServices.RuntimeAsyncMethodGenerationAttribute

namespace System.Runtime.CompilerServices { internal sealed class RuntimeAsyncMethodGenerationAttribute : Attribute { public bool RuntimeAsync { get; } public RuntimeAsyncMethodGenerationAttribute(bool runtimeAsync); } }