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-07 08:23:10 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-07 08:23:10 +0300
commite3592f39bda1cf050ef177a1b1d50814e895a295 (patch)
tree6b878d080f2d23c7f0ee8a489843d8d9ff104cf5 /dependencies.props
parent9478606a89eca81d3ca5ef95eac8652ec0be648e (diff)
Update CoreFx, External to beta-24507-02, beta-24507-00, respectively
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props8
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.props b/dependencies.props
index c2da86c7ab..8876935889 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,16 +1,16 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>d351e8cbcf50d9ba449290a8dda982bcbabc114e</CoreFxCurrentRef>
+ <CoreFxCurrentRef>501d3c5dbab8df0b001cec26dd1c0a358ea84c56</CoreFxCurrentRef>
<CoreClrCurrentRef>d351e8cbcf50d9ba449290a8dda982bcbabc114e</CoreClrCurrentRef>
- <ExternalCurrentRef>35f9fe6cd087265ea8bf9fcd47608aca2ab62efd</ExternalCurrentRef>
+ <ExternalCurrentRef>501d3c5dbab8df0b001cec26dd1c0a358ea84c56</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24507-01</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24507-02</CoreFxExpectedPrerelease>
<CoreClrExpectedPrerelease>beta-24507-02</CoreClrExpectedPrerelease>
- <ExternalExpectedPrerelease>beta-24506-00</ExternalExpectedPrerelease>
+ <ExternalExpectedPrerelease>beta-24507-00</ExternalExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->