<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="11.0.0-preview.3.26207.106" />
System.Numerics.Hashing.HashHelpers
namespace System.Numerics.Hashing
{
internal static class HashHelpers
{
public static int Combine(int h1, int h2);
}
}