summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-03-23 12:34:59 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-23 12:34:59 -0700
commit77e183000b7fbe33531cf9e3dbacb8f74b481c90 (patch)
tree73d8e0329738444b90a78dcaca85a33e99fa4ec0 /dependencies.props
parent1976320a1a56afb23f3049fb91d93a85cb4fb1d4 (diff)
downloadcoreclr-77e183000b7fbe33531cf9e3dbacb8f74b481c90.tar.gz
coreclr-77e183000b7fbe33531cf9e3dbacb8f74b481c90.tar.bz2
coreclr-77e183000b7fbe33531cf9e3dbacb8f74b481c90.zip
Update CoreClr to beta-25123-07 (#10428)
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 0ca289cfe0..c4d08fb0c7 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>a1e7cc9a438ce45265664c235b22120a5a601f41</CoreFxCurrentRef>
- <CoreClrCurrentRef>a1e7cc9a438ce45265664c235b22120a5a601f41</CoreClrCurrentRef>
+ <CoreClrCurrentRef>511f00e5ec0ce46799550a8e76d810a54806501d</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-beta-25123-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-beta-25123-07</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>