summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2016-09-13 15:33:31 -0700
committerJan Kotas <jkotas@microsoft.com>2016-09-13 15:33:31 -0700
commit26aa35e2e8fc640ccb399592e50fefd20a06e073 (patch)
treecebb0ed617697dc11cf6a16bb33369fb4b64d820 /dependencies.props
parent52b9596fe6c6523ff2adb70ddb0c782e2581508b (diff)
downloadcoreclr-26aa35e2e8fc640ccb399592e50fefd20a06e073.tar.gz
coreclr-26aa35e2e8fc640ccb399592e50fefd20a06e073.tar.bz2
coreclr-26aa35e2e8fc640ccb399592e50fefd20a06e073.zip
Update CoreClr, CoreFx, External to beta-24513-04, beta-24513-02, beta-24513-00, respectively (#7006)
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props12
1 files changed, 6 insertions, 6 deletions
diff --git a/dependencies.props b/dependencies.props
index 6b338033cd..726575b9c6 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>2e3cca76502a1514e9cdc566df216a1afbf07872</CoreFxCurrentRef>
- <CoreClrCurrentRef>2e3cca76502a1514e9cdc566df216a1afbf07872</CoreClrCurrentRef>
- <ExternalCurrentRef>2e3cca76502a1514e9cdc566df216a1afbf07872</ExternalCurrentRef>
+ <CoreFxCurrentRef>42466c1981bc38372593bdb7c4da6de8547f9271</CoreFxCurrentRef>
+ <CoreClrCurrentRef>42466c1981bc38372593bdb7c4da6de8547f9271</CoreClrCurrentRef>
+ <ExternalCurrentRef>42466c1981bc38372593bdb7c4da6de8547f9271</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24431-01</CoreFxExpectedPrerelease>
- <ExternalExpectedPrerelease>beta-24430-00</ExternalExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24513-02</CoreFxExpectedPrerelease>
+ <ExternalExpectedPrerelease>beta-24513-00</ExternalExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.1.0-beta-24431-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.1.0-beta-24513-04</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>