summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-10-09 08:15:37 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-09 08:15:37 +0000
commit876de59c1bd18b9508b7d202615c5bd4a19af975 (patch)
treeafcc61a1e082746a37bc9283fead09823a601a97 /dependencies.props
parentd295c810e5aabafcc0b7168713a0786b462608dd (diff)
downloadcoreclr-876de59c1bd18b9508b7d202615c5bd4a19af975.tar.gz
coreclr-876de59c1bd18b9508b7d202615c5bd4a19af975.tar.bz2
coreclr-876de59c1bd18b9508b7d202615c5bd4a19af975.zip
Update CoreClr to beta-24609-02
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 31603f7322..bd5ff24714 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>5bf072b2a161f4295c0870efc9f94591f8da6a2f</CoreFxCurrentRef>
- <CoreClrCurrentRef>5bf072b2a161f4295c0870efc9f94591f8da6a2f</CoreClrCurrentRef>
+ <CoreClrCurrentRef>3a5be58d3df07d40540d9ac8ce3e6242cb21c6c3</CoreClrCurrentRef>
<ExternalCurrentRef>9f9f1cf6e6c4a969e8d0158936427b9896300035</ExternalCurrentRef>
</PropertyGroup>
@@ -14,7 +14,7 @@
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24609-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24609-02</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>