summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-10-09 00:13:50 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-09 00:13:50 +0000
commit27dc63a8494b145150121c304e65ee92d578d001 (patch)
tree1ade85ba01da3b1df53c47d1cac1554cee578c77 /dependencies.props
parent5f2aa3a6eb159abc79c527d164b54998459c4df5 (diff)
downloadcoreclr-27dc63a8494b145150121c304e65ee92d578d001.tar.gz
coreclr-27dc63a8494b145150121c304e65ee92d578d001.tar.bz2
coreclr-27dc63a8494b145150121c304e65ee92d578d001.zip
Update CoreClr, CoreFx to beta-24609-01, beta-24608-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 2b38bfa810..31603f7322 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>e8677360b63beab074dd83b9c5b52567f3a34c3c</CoreFxCurrentRef>
- <CoreClrCurrentRef>e8677360b63beab074dd83b9c5b52567f3a34c3c</CoreClrCurrentRef>
+ <CoreFxCurrentRef>5bf072b2a161f4295c0870efc9f94591f8da6a2f</CoreFxCurrentRef>
+ <CoreClrCurrentRef>5bf072b2a161f4295c0870efc9f94591f8da6a2f</CoreClrCurrentRef>
<ExternalCurrentRef>9f9f1cf6e6c4a969e8d0158936427b9896300035</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24607-05</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24608-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-24607-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24609-01</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>