Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2017-03-01 21:34:47 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2017-03-01 21:34:47 +0300
commit8059fb5c5c3aca387bd5e91e79a76e30ad8a30de (patch)
treee8aa6b7d5f38d684af0ee78454e99dd6f314e946 /tools/nuget-hash-extractor
parent2b10be3758f00a0df5a5daa352cd023e1b940504 (diff)
[loader] Revert allowing SIOC 4.3. This is fine for now as we support LoadFrom as a work-around.
Diffstat (limited to 'tools/nuget-hash-extractor')
-rw-r--r--tools/nuget-hash-extractor/nuget-hash-extractor.cs3
1 files changed, 0 insertions, 3 deletions
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