From 6df26e82878eeaeed48b06ecbea9a99570038dfc Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 19 Feb 2019 14:56:07 -0500 Subject: [nuget] Add new versions of System.Net.Http .. to the list of denied assemblies. Added `4.3.4`. Prompted by issue #12603 . --- tools/nuget-hash-extractor/download.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/nuget-hash-extractor/download.sh') diff --git a/tools/nuget-hash-extractor/download.sh b/tools/nuget-hash-extractor/download.sh index 205974a58c0..c91331f0f14 100755 --- a/tools/nuget-hash-extractor/download.sh +++ b/tools/nuget-hash-extractor/download.sh @@ -30,6 +30,7 @@ curl -L https://www.nuget.org/api/v2/package/System.IO.Compression/4.1.0 -o nuge curl -L 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 +curl -L https://www.nuget.org/api/v2/package/System.Net.Http/4.3.4 -o nugets/system.net.http.4.3.4.nupkg curl -L https://www.nuget.org/api/v2/package/System.Net.Http/4.3.3 -o nugets/system.net.http.4.3.3.nupkg curl -L https://www.nuget.org/api/v2/package/System.Net.Http/4.3.2 -o nugets/system.net.http.4.3.2.nupkg curl -L https://www.nuget.org/api/v2/package/System.Net.Http/4.3.1 -o nugets/system.net.http.4.3.1.nupkg -- cgit v1.2.3