summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-01-12 20:57:32 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-12 20:57:32 +0000
commit431e18305e00810f5cc727238db598de15251886 (patch)
tree1d62129d47e88a5872a0d9a75b177505e067741f /dependencies.props
parenta33f44f70a992f153d7fd27c840661978ce1e0f4 (diff)
downloadcoreclr-431e18305e00810f5cc727238db598de15251886.tar.gz
coreclr-431e18305e00810f5cc727238db598de15251886.tar.bz2
coreclr-431e18305e00810f5cc727238db598de15251886.zip
Update CoreClr to beta-24912-04
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 687932989a..249dadd047 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>50316aab6400fcb2894d608f997d6483962b6642</CoreFxCurrentRef>
- <CoreClrCurrentRef>50316aab6400fcb2894d608f997d6483962b6642</CoreClrCurrentRef>
+ <CoreClrCurrentRef>fd19adfd7d3f4d5ef6d3a4c20deffbf6bee3108f</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>1.2.0-beta-24911-02</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24912-04</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>