Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-09-11 19:15:44 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-11 19:15:44 +0300
commitfea2e78d9f369bbd5a023154ef5da03e725b092a (patch)
tree3ca2c96d26ae3699746bd119828d6c4ce28ee72b /dependencies.props
parentac8687480c58ede9c9ccc08bbd8492d56eac9171 (diff)
Update CoreClr to beta-24511-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 c7196f70b5..3c53bb95b4 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -2,14 +2,14 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
<CoreFxCurrentRef>cdb8679634e573847e20c1eae0fa3918f5daf1e6</CoreFxCurrentRef>
- <CoreClrCurrentRef>dab3da2cadaf1f85b77353b365b6fcb1bdf7b2fe</CoreClrCurrentRef>
+ <CoreClrCurrentRef>6f0140e1e5f65e4eceed25920f319d1acdc87415</CoreClrCurrentRef>
<ExternalCurrentRef>cdb8679634e573847e20c1eae0fa3918f5daf1e6</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
<CoreFxExpectedPrerelease>beta-24510-01</CoreFxExpectedPrerelease>
- <CoreClrExpectedPrerelease>beta-24511-02</CoreClrExpectedPrerelease>
+ <CoreClrExpectedPrerelease>beta-24511-03</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24509-00</ExternalExpectedPrerelease>
</PropertyGroup>