[loader] Revert allowing SIOC 4.3. This is fine for now as we support LoadFrom as...
[mono.git] / tools / nuget-hash-extractor / nuget-hash-extractor.cs
index 19c450fc2b97a3c32f0bdf494b21b20f7a5fce8f..013097f83c8e9c1a21c27d07e423300605f6f83c 100644 (file)
@@ -91,9 +91,6 @@ class DoParse : MarshalByRefObject {
 
                string ver_str = version + " " + FileToMoniker (fullname);      
 
-               if (name == "System.IO.Compression.dll" && version == "4.3.0")
-                       Console.Write ($"//System.IO.Compression.dll net46 4.3.0 has a fully managed impl. not ignoring\n//");
-
                Console.WriteLine ($"IGNORED_ASSEMBLY (0x{hash_code}, {str}, \"{id}\", \"{ver_str}\"),");
        }
 }
\ No newline at end of file