summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-10-06 08:11:25 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-06 08:11:25 +0000
commitf33a80445d901c38522298b51b746543ab231343 (patch)
tree125c74f385c65b5315dbac63775ac01e42c87c94 /dependencies.props
parentfe91e18f3fe570a05c44c9854a5bf553f36dcc0c (diff)
downloadcoreclr-f33a80445d901c38522298b51b746543ab231343.tar.gz
coreclr-f33a80445d901c38522298b51b746543ab231343.tar.bz2
coreclr-f33a80445d901c38522298b51b746543ab231343.zip
Update CoreClr, CoreFx to beta-24606-02, beta-24606-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 1bed38ef1a..e3127ccc84 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,20 +1,20 @@
<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>4853b059a4608b094afe6dd9a0faf6b39d30a824</CoreFxCurrentRef>
- <CoreClrCurrentRef>c813c8f611abe9bb25cc622b0345cfb19df45982</CoreClrCurrentRef>
+ <CoreFxCurrentRef>db52a5db0e79186f6156b631978e05edcba16b52</CoreFxCurrentRef>
+ <CoreClrCurrentRef>db52a5db0e79186f6156b631978e05edcba16b52</CoreClrCurrentRef>
<ExternalCurrentRef>9f9f1cf6e6c4a969e8d0158936427b9896300035</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24604-02</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24606-01</CoreFxExpectedPrerelease>
<ExternalExpectedPrerelease>beta-24523-00</ExternalExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24605-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24606-02</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>