Add System.Net.Http 4.3.1 to blacklist
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>
Tue, 18 Apr 2017 02:05:04 +0000 (22:05 -0400)
committerMarek Safar <marek.safar@gmail.com>
Tue, 18 Apr 2017 08:54:53 +0000 (10:54 +0200)
mono/metadata/image.c
tools/nuget-hash-extractor/.gitignore [new file with mode: 0644]
tools/nuget-hash-extractor/download.sh

index 46063fc395f6958d685e308fb80e6e7dcd62f649..f9c455b653ae2cba48774ba7f3b28b90762fc2f8 100644 (file)
@@ -1157,6 +1157,7 @@ static const IgnoredAssembly ignored_assemblies [] = {
        IGNORED_ASSEMBLY (0x27726A90, SYS_NET_HTTP, "269B562C-CC15-4736-B1B1-68D4A43CAA98", "4.1.0 net46"),
        IGNORED_ASSEMBLY (0x10CADA75, SYS_NET_HTTP, "EA2EC6DC-51DD-479C-BFC2-E713FB9E7E47", "4.1.1 net46"),
        IGNORED_ASSEMBLY (0x8437178B, SYS_NET_HTTP, "C0E04D9C-70CF-48A6-A179-FBFD8CE69FD0", "4.3.0 net46"),
+       IGNORED_ASSEMBLY (0xFAFDA422, SYS_NET_HTTP, "817F01C3-4011-477D-890A-98232B85553D", "4.3.1 net46"),
        IGNORED_ASSEMBLY (0x4A15555E, SYS_REF_DISP_PROXY, "E40AFEB4-CABE-4124-8412-B46AB79C92FD", "4.0.0 net46"),
        IGNORED_ASSEMBLY (0xD20D9783, SYS_REF_DISP_PROXY, "2A69F0AD-B86B-40F2-8E4C-5B671E47479F", "4.0.1 netstandard1.3"),
        IGNORED_ASSEMBLY (0xA33A7E68, SYS_REF_DISP_PROXY, "D4E8D2DB-BD65-4168-99EA-D2C1BDEBF9CC", "4.3.0 netstandard1.3"),
diff --git a/tools/nuget-hash-extractor/.gitignore b/tools/nuget-hash-extractor/.gitignore
new file mode 100644 (file)
index 0000000..117e7cc
--- /dev/null
@@ -0,0 +1,2 @@
+nugets
+.download_stamp_file
index a16a3bfac027d6d142480187bc0dcf2d84f6de13..f74d8179ef19ae60f6669cccf3c125b13b000f4e 100755 (executable)
@@ -15,6 +15,7 @@ wget https://www.nuget.org/api/v2/package/System.IO.Compression/4.1.0 -O nugets/
 wget https://www.nuget.org/api/v2/package/System.IO.Compression/4.0.0 -O nugets/system.io.compression.4.0.0.nupkg
 
 #System.Net.Http
+wget https://www.nuget.org/api/v2/package/System.Net.Http/4.3.1 -O nugets/system.net.http.4.3.1.nupkg
 wget https://www.nuget.org/api/v2/package/System.Net.Http/4.3.0 -O nugets/system.net.http.4.3.0.nupkg
 wget https://www.nuget.org/api/v2/package/System.Net.Http/4.1.1 -O nugets/system.net.http.4.1.1.nupkg
 wget https://www.nuget.org/api/v2/package/System.Net.Http/4.1.0 -O nugets/system.net.http.4.1.0.nupkg
@@ -35,4 +36,4 @@ wget https://www.nuget.org/api/v2/package/System.ValueTuple/4.3.0 -O nugets/syst
 
 #System.Security.Cryptography.OpenSsl when .net 4.6.2 + 1 is out
 
-touch .download_stamp_file
\ No newline at end of file
+touch .download_stamp_file