summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-04-28 23:08:49 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2017-04-28 23:08:49 -0700
commitbd0a833845cc334eaf06d95329d00f9c4cb067b2 (patch)
treecbcacfb622c8d812dc51fca5726be9d8323134db /dependencies.props
parentb38113c80d04c39890207d149bf0359a86711d62 (diff)
downloadcoreclr-bd0a833845cc334eaf06d95329d00f9c4cb067b2.tar.gz
coreclr-bd0a833845cc334eaf06d95329d00f9c4cb067b2.tar.bz2
coreclr-bd0a833845cc334eaf06d95329d00f9c4cb067b2.zip
Update CoreClr to preview2-25229-01 (#11303)
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.props b/dependencies.props
index d42f97537e..300cb232c0 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -2,7 +2,7 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
<CoreFxCurrentRef>e4be3f7e493f95d85a5b731b35418ee4843bf813</CoreFxCurrentRef>
- <CoreClrCurrentRef>e4be3f7e493f95d85a5b731b35418ee4843bf813</CoreClrCurrentRef>
+ <CoreClrCurrentRef>54936060db416dc1cbfa3262b20100ef8668db22</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
@@ -12,7 +12,7 @@
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.0.0-preview2-25228-02</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-preview2-25229-01</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>