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 03:57:20 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-07 03:57:20 +0300
commitbac52af892d58a3d9d1e56bf4568315ea00af69f (patch)
treed506eb60b0a57210e0babd98e2b22853de12153c /dependencies.props
parent4856fb6d4c3893d4a220d01162cc0595de800383 (diff)
Update CoreClr, CoreFx to beta-24507-02, beta-24507-01, 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 efadfba165..c2da86c7ab 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,15 +1,15 @@
<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>9af3f57a71476e88e53a210111aa7c5217fa7d8e</CoreFxCurrentRef>
- <CoreClrCurrentRef>6c43ba94713264be37d01321af15505e9229e508</CoreClrCurrentRef>
+ <CoreFxCurrentRef>d351e8cbcf50d9ba449290a8dda982bcbabc114e</CoreFxCurrentRef>
+ <CoreClrCurrentRef>d351e8cbcf50d9ba449290a8dda982bcbabc114e</CoreClrCurrentRef>
<ExternalCurrentRef>35f9fe6cd087265ea8bf9fcd47608aca2ab62efd</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24506-02</CoreFxExpectedPrerelease>
- <CoreClrExpectedPrerelease>beta-24506-03</CoreClrExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24507-01</CoreFxExpectedPrerelease>
+ <CoreClrExpectedPrerelease>beta-24507-02</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24506-00</ExternalExpectedPrerelease>
</PropertyGroup>