From d1396cfea41183366d2f3e7d54872507db46b12c Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> Date: Mon, 19 Mar 2018 17:53:26 -0700 Subject: [PATCH] Update BuildTools, CoreClr, CoreFx to preview3-02619-02, preview3-26319-16, preview3-26319-04, respectively --- BuildToolsVersion.txt | 2 +- ILAsmVersion.txt | 2 +- dependencies.props | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt index c754229440a1..26d0a0f1ef55 100644 --- a/BuildToolsVersion.txt +++ b/BuildToolsVersion.txt @@ -1 +1 @@ -2.1.0-preview3-02616-02 +2.1.0-preview3-02619-02 diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt index 09dc05b92612..2cab126e2dbe 100644 --- a/ILAsmVersion.txt +++ b/ILAsmVersion.txt @@ -1 +1 @@ -2.1.0-preview2-26316-09 +2.1.0-preview3-26319-16 diff --git a/dependencies.props b/dependencies.props index ef582763278b..4ad89b722214 100644 --- a/dependencies.props +++ b/dependencies.props @@ -23,18 +23,18 @@ <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. --> <PropertyGroup> - <CoreFxCurrentRef>ab89b3c8dcb6e7b40d1afdb363abb543f05aaf6e</CoreFxCurrentRef> - <CoreClrCurrentRef>ab89b3c8dcb6e7b40d1afdb363abb543f05aaf6e</CoreClrCurrentRef> - <BuildToolsCurrentRef>ab89b3c8dcb6e7b40d1afdb363abb543f05aaf6e</BuildToolsCurrentRef> + <CoreFxCurrentRef>4f60b052b73b3144fbaa426ce73eb8d88721760f</CoreFxCurrentRef> + <CoreClrCurrentRef>4f60b052b73b3144fbaa426ce73eb8d88721760f</CoreClrCurrentRef> + <BuildToolsCurrentRef>4f60b052b73b3144fbaa426ce73eb8d88721760f</BuildToolsCurrentRef> <PgoDataCurrentRef>553f30357d08df4ed6d32f70f3478a76f5db79c2</PgoDataCurrentRef> </PropertyGroup> <!-- Tests/infrastructure dependency versions. --> <PropertyGroup> - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview2-26317-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> - <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview2-26317-01</MicrosoftNETCorePlatformsPackageVersion> + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26319-04</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> + <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26319-04</MicrosoftNETCorePlatformsPackageVersion> <PgoDataPackageVersion>99.99.99-master-20180228-0037</PgoDataPackageVersion> - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview2-26316-09</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26319-16</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion> <XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion> <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion> @@ -51,7 +51,7 @@ <!-- Package versions used as toolsets --> <PropertyGroup> <FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage> - <FeedTasksPackageVersion>2.1.0-preview3-02616-02</FeedTasksPackageVersion> + <FeedTasksPackageVersion>2.1.0-preview3-02619-02</FeedTasksPackageVersion> </PropertyGroup> <!-- Package dependency verification/auto-upgrade configuration. -->