summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2017-12-29 09:50:32 -0600
committerAhson Khan <ahkha@microsoft.com>2017-12-29 07:50:32 -0800
commitb8a5ea9400a17647dd5a2581feff0773323f05e2 (patch)
tree8e01f581d3ffad4baa3e0a698b9ebb16bbebd2dd
parenteb6f5764e7945e0fbb8d3921e9194aa594a0b856 (diff)
downloadcoreclr-b8a5ea9400a17647dd5a2581feff0773323f05e2.tar.gz
coreclr-b8a5ea9400a17647dd5a2581feff0773323f05e2.tar.bz2
coreclr-b8a5ea9400a17647dd5a2581feff0773323f05e2.zip
Update CoreClr, CoreFx to preview1-26029-02, preview1-26029-02, respectively (#15636)
-rw-r--r--ILAsmVersion.txt2
-rw-r--r--dependencies.props10
2 files changed, 6 insertions, 6 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index e44cb72a77..b46b46104e 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-preview1-26026-01
+2.1.0-preview1-26029-02
diff --git a/dependencies.props b/dependencies.props
index 62f048f7bf..55fdc9fb2b 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>a8f2e7c982e54e29288e14f81eb9de1bf7a87d59</CoreFxCurrentRef>
- <CoreClrCurrentRef>a8f2e7c982e54e29288e14f81eb9de1bf7a87d59</CoreClrCurrentRef>
+ <CoreFxCurrentRef>8d1a11916f6ea79860320bf593bf7f2c16aa099e</CoreFxCurrentRef>
+ <CoreClrCurrentRef>8d1a11916f6ea79860320bf593bf7f2c16aa099e</CoreClrCurrentRef>
<BuildToolsCurrentRef>e6d960434acc3e2852242f5c404f1bc35c09068c</BuildToolsCurrentRef>
<PgoDataCurrentRef>c2ca1a1f9adb12a1b8a5a5f322bc13b1a0d1ed23</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-26026-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26026-01</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-26029-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26029-02</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20171215-0045</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26026-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26029-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>