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:
authorAnkit Jain <radical@gmail.com>2018-03-01 11:21:52 +0300
committerMarek Safar <marek.safar@gmail.com>2018-03-07 18:38:18 +0300
commit4e6f5f10fd26a50981b7e928babf910082d09192 (patch)
tree523207ed4479fb243213775de435ece2a5d82a35 /tools/nuget-hash-extractor/download.sh
parent45f30c307b980061d61a73bd75ffc77359c8a852 (diff)
nuget-hash-extractor: Add msbuild extensions nuget version from vs15.6 msbuild branch
Version `2.1.100-preview-62617-01` from: https://github.com/dotnet/cli/blob/b9e74c65201ef39c74b6d75cedbb605a88cd26ec/build/DependencyVersions.props Also, update the list in the runtime and deniedAssembliesList.txt installed for use by msbuild.
Diffstat (limited to 'tools/nuget-hash-extractor/download.sh')
-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 612af4d3642..2547e68c7fe 100755
--- a/tools/nuget-hash-extractor/download.sh
+++ b/tools/nuget-hash-extractor/download.sh
@@ -55,6 +55,7 @@ curl -L https://www.nuget.org/api/v2/package/System.Threading.Overlapped/4.0.0 -
MS_EXTN_VERSIONS="2.0.0-preview3-20170622-1" # https://github.com/dotnet/cli/blob/7c928a9f18f81001e586e5bf0411f9bfa92e30d4/build/DependencyVersions.props
MS_EXTN_VERSIONS="$MS_EXTN_VERSIONS 15.5.0-preview-20171027-2" # https://github.com/dotnet/cli/blob/ed916bb13e798a470855fb4f60acd3cabb2765fc/build/DependencyVersions.props
MS_EXTN_VERSIONS="$MS_EXTN_VERSIONS 2.1.0-preview1-62414-02" # https://github.com/dotnet/cli/blob/501e11d928c21608999c934f0a7078570b688c6c/build/DependencyVersions.props
+MS_EXTN_VERSIONS="$MS_EXTN_VERSIONS 2.1.100-preview-62617-01" # https://github.com/dotnet/cli/blob/b9e74c65201ef39c74b6d75cedbb605a88cd26ec/build/DependencyVersions.props
for ver in $MS_EXTN_VERSIONS; do
curl -L https://dotnet.myget.org/F/dotnet-core/api/v2/package/Microsoft.NET.Build.Extensions/${ver} -o nugets/microsoft.net.build.extensions.${ver}.nupkg