From 4e6f5f10fd26a50981b7e928babf910082d09192 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 1 Mar 2018 03:21:52 -0500 Subject: 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. --- 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 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 -- cgit v1.2.3