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
path: root/tools
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2019-02-19 22:56:07 +0300
committerMarek Safar <marek.safar@gmail.com>2019-02-23 10:51:03 +0300
commit6df26e82878eeaeed48b06ecbea9a99570038dfc (patch)
tree642526711c3e5b41bd72a37336650e43de90f27b /tools
parentae240f1f8e6db26776e41ab80586df06515d837a (diff)
[nuget] Add new versions of System.Net.Http
.. to the list of denied assemblies. Added `4.3.4`. Prompted by issue #12603 .
Diffstat (limited to 'tools')
-rwxr-xr-xtools/nuget-hash-extractor/download.sh1
1 files changed, 1 insertions, 0 deletions
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