<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.1.26104.118" />
System.MemoryExtensionsPolyfills
namespace System
{
internal static class MemoryExtensionsPolyfills
{
public static bool ContainsAnyExcept(
this ReadOnlySpan<
char>
span,
char value);
}
}