[mono] Update ignored assemblies list to include System.ValueTuple
[mono.git] / tools / nuget-hash-extractor / nuget-hash-extractor.cs
index b1fd6cf401de330583fd0de919574e9beccba118..9a69cc80b971dcc891314fca9aac36d337f7f94a 100644 (file)
@@ -72,6 +72,7 @@ class DoParse : MarshalByRefObject {
                case "System.Net.Http.dll": return "SYS_NET_HTTP";
                case "System.Text.Encoding.CodePages.dll": return "SYS_TEXT_ENC_CODEPAGES";
                case "System.Reflection.DispatchProxy.dll": return "SYS_REF_DISP_PROXY";
+               case "System.ValueTuple.dll": return "SYS_VALUE_TUPLE";
                default: throw new Exception ($"No idea what to do with {name}");
                }
        }