[runtime] Remove System.ValueTuple from denied assemblies. It's not needed
[mono.git] / tools / nuget-hash-extractor / nuget-hash-extractor.cs
index df3304b2c4e179a67e5fab99e54f38d6b580089e..d4e7763f5740a02535143c2f6bb1ec64dc57aad3 100644 (file)
@@ -83,7 +83,6 @@ class DoParse : MarshalByRefObject {
                case "System.Text.Encoding.CodePages.dll": return "SYS_TEXT_ENC_CODEPAGES";
                case "System.Reflection.DispatchProxy.dll": return "SYS_REF_DISP_PROXY";
                case "System.Threading.Overlapped.dll": return "SYS_THREADING_OVERLAPPED";
-               case "System.ValueTuple.dll": return "SYS_VALUE_TUPLE";
                default: throw new Exception ($"No idea what to do with {name}");
                }
        }