From 8059fb5c5c3aca387bd5e91e79a76e30ad8a30de Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Wed, 1 Mar 2017 10:34:47 -0800 Subject: [loader] Revert allowing SIOC 4.3. This is fine for now as we support LoadFrom as a work-around. --- tools/nuget-hash-extractor/nuget-hash-extractor.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/nuget-hash-extractor') diff --git a/tools/nuget-hash-extractor/nuget-hash-extractor.cs b/tools/nuget-hash-extractor/nuget-hash-extractor.cs index 19c450fc2b9..013097f83c8 100644 --- a/tools/nuget-hash-extractor/nuget-hash-extractor.cs +++ b/tools/nuget-hash-extractor/nuget-hash-extractor.cs @@ -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 -- cgit v1.2.3