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-09 11:12:40 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-09-09 11:12:40 +0300
commitb0752ce47fb6a5935827c89cfa0928b3934d2f37 (patch)
tree540c7eb982ac54224cbd05a8e5991216baa5af84 /dependencies.props
parente2b12ca2859e35ab079e4d1f6e20baacbfe7c0b6 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24509-03, beta-devapi-24509-01, beta-24509-00, respectively
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props10
1 files changed, 5 insertions, 5 deletions
diff --git a/dependencies.props b/dependencies.props
index f3f2cae25a..310396d792 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>d40997beffe7aa1170234e213dfbc2847b6d2375</CoreFxCurrentRef>
- <CoreClrCurrentRef>d40997beffe7aa1170234e213dfbc2847b6d2375</CoreClrCurrentRef>
+ <CoreFxCurrentRef>b8f44743e8afcd64687aa13b222efb6b88bea2a5</CoreFxCurrentRef>
+ <CoreClrCurrentRef>b8f44743e8afcd64687aa13b222efb6b88bea2a5</CoreClrCurrentRef>
<ExternalCurrentRef>d40997beffe7aa1170234e213dfbc2847b6d2375</ExternalCurrentRef>
- <ProjectNTfsCurrentRef>d40997beffe7aa1170234e213dfbc2847b6d2375</ProjectNTfsCurrentRef>
+ <ProjectNTfsCurrentRef>b8f44743e8afcd64687aa13b222efb6b88bea2a5</ProjectNTfsCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-devapi-24508-03</CoreFxExpectedPrerelease>
- <CoreClrExpectedPrerelease>beta-24508-02</CoreClrExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-devapi-24509-01</CoreFxExpectedPrerelease>
+ <CoreClrExpectedPrerelease>beta-24509-03</CoreClrExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24507-00</ExternalExpectedPrerelease>
</PropertyGroup>