summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-01-05 15:45:36 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-05 15:45:36 +0000
commitc1d4b63a52141a1b73bd83344feb5f353012547d (patch)
treeb60ea16512676ff3a5f39b907fa74489171412d2 /dependencies.props
parentf66ba4a14a5e729778d66ea6cc1409f0e8b4a5b0 (diff)
downloadcoreclr-c1d4b63a52141a1b73bd83344feb5f353012547d.tar.gz
coreclr-c1d4b63a52141a1b73bd83344feb5f353012547d.tar.bz2
coreclr-c1d4b63a52141a1b73bd83344feb5f353012547d.zip
Update CoreClr, CoreFx to beta-24904-03, beta-24905-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 70b88fd057..7b7e815af3 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>3c36f9bf01e35591e1bf30fdac512f863643f54f</CoreFxCurrentRef>
- <CoreClrCurrentRef>3c36f9bf01e35591e1bf30fdac512f863643f54f</CoreClrCurrentRef>
+ <CoreFxCurrentRef>caed5b78f3592ba0b49c7820d150951efeadad28</CoreFxCurrentRef>
+ <CoreClrCurrentRef>caed5b78f3592ba0b49c7820d150951efeadad28</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24904-01</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24905-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24904-02</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24904-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>