summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-10-06 16:18:36 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-06 16:18:36 +0000
commitef75bce255150b966a4fec2492e06229a22721ec (patch)
tree007c7e1ce22a5ff33ba4b393c8bb3fbb8056236a /dependencies.props
parent920bf1330d0148fc5a277d7ea18f4b7c95c89258 (diff)
downloadcoreclr-ef75bce255150b966a4fec2492e06229a22721ec.tar.gz
coreclr-ef75bce255150b966a4fec2492e06229a22721ec.tar.bz2
coreclr-ef75bce255150b966a4fec2492e06229a22721ec.zip
Update CoreClr, CoreFx to beta-24606-03, beta-24606-02, 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 e3127ccc84..10db0b1bd7 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>db52a5db0e79186f6156b631978e05edcba16b52</CoreFxCurrentRef>
- <CoreClrCurrentRef>db52a5db0e79186f6156b631978e05edcba16b52</CoreClrCurrentRef>
+ <CoreFxCurrentRef>e1bcea95c198fdeefe578e835011a50abed05460</CoreFxCurrentRef>
+ <CoreClrCurrentRef>e1bcea95c198fdeefe578e835011a50abed05460</CoreClrCurrentRef>
<ExternalCurrentRef>9f9f1cf6e6c4a969e8d0158936427b9896300035</ExternalCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24606-01</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24606-02</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-24606-02</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24606-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>