[runtime] Blacklist System.Threading.Overlapped nugets
[mono.git] / tools / nuget-hash-extractor / nuget-hash-extractor.cs
index 96b4b7c8c91e9ca0e010acfca6062e81327a92c6..df3304b2c4e179a67e5fab99e54f38d6b580089e 100644 (file)
@@ -82,6 +82,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.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}");
                }