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-22 22:25:17 +0300
committerEric St. John <ericstj@microsoft.com>2016-09-23 00:41:33 +0300
commit894cc88238f0bd57ad49b59cfb5f5e6581993742 (patch)
tree30181a6df0c0ad278242a4e170196be53319d302 /dependencies.props
parent019350156c16deeef52d783e084100a79acd9311 (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-04, beta-24522-03, beta-24522-00, beta-24522-01, respectively
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props16
1 files changed, 8 insertions, 8 deletions
diff --git a/dependencies.props b/dependencies.props
index 360ce75750..ea4690a2e3 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,18 +1,18 @@
<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>845f278c506271fd39197e263b7ea9012e97df08</CoreFxCurrentRef>
- <CoreClrCurrentRef>845f278c506271fd39197e263b7ea9012e97df08</CoreClrCurrentRef>
- <ExternalCurrentRef>845f278c506271fd39197e263b7ea9012e97df08</ExternalCurrentRef>
- <ProjectNTfsCurrentRef>845f278c506271fd39197e263b7ea9012e97df08</ProjectNTfsCurrentRef>
+ <CoreFxCurrentRef>59880c1f2a6f0ab8c0ef8ae30bff06fcb8d4c986</CoreFxCurrentRef>
+ <CoreClrCurrentRef>59880c1f2a6f0ab8c0ef8ae30bff06fcb8d4c986</CoreClrCurrentRef>
+ <ExternalCurrentRef>59880c1f2a6f0ab8c0ef8ae30bff06fcb8d4c986</ExternalCurrentRef>
+ <ProjectNTfsCurrentRef>59880c1f2a6f0ab8c0ef8ae30bff06fcb8d4c986</ProjectNTfsCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24521-07</CoreFxExpectedPrerelease>
- <CoreClrExpectedPrerelease>beta-24522-01</CoreClrExpectedPrerelease>
- <ExternalExpectedPrerelease>beta-24521-00</ExternalExpectedPrerelease>
- <ProjectNTfsExpectedPrerelease>beta-24521-00</ProjectNTfsExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24522-03</CoreFxExpectedPrerelease>
+ <CoreClrExpectedPrerelease>beta-24522-04</CoreClrExpectedPrerelease>
+ <ExternalExpectedPrerelease>beta-24522-00</ExternalExpectedPrerelease>
+ <ProjectNTfsExpectedPrerelease>beta-24522-01</ProjectNTfsExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->