summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-05-01 21:03:47 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-05-01 21:03:47 +0000
commitb2d4864dd998af8f9467c16cbcadf008942491a9 (patch)
tree200848158e3cb92ea293f59d75752e08981e8208 /dependencies.props
parent4a860230bd709a3bec1262156d5efe8e992c3e6f (diff)
downloadcoreclr-b2d4864dd998af8f9467c16cbcadf008942491a9.tar.gz
coreclr-b2d4864dd998af8f9467c16cbcadf008942491a9.tar.bz2
coreclr-b2d4864dd998af8f9467c16cbcadf008942491a9.zip
Update CoreClr to preview2-25301-03
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 e9d5c9b49a..4ed0154516 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>5b372e441b6ec64609236b1decce123c81dc3c39</CoreFxCurrentRef>
- <CoreClrCurrentRef>5b372e441b6ec64609236b1decce123c81dc3c39</CoreClrCurrentRef>
+ <CoreClrCurrentRef>abab275120d99e5001ead72c187e26c8e4e8f2c3</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-25301-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-preview2-25301-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>