summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-01-04 09:44:37 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-04 09:44:37 +0000
commit473be4f1fd28e1328f083352458c16a8b1648d0a (patch)
treef66ee355254a11fb6a3893da4dcd2e87d0174c15 /dependencies.props
parent3bb7653f9f2fa470c577586230687c01a3a729f8 (diff)
downloadcoreclr-473be4f1fd28e1328f083352458c16a8b1648d0a.tar.gz
coreclr-473be4f1fd28e1328f083352458c16a8b1648d0a.tar.bz2
coreclr-473be4f1fd28e1328f083352458c16a8b1648d0a.zip
Update CoreClr, CoreFx to beta-24904-02, beta-24904-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 07c122d8ca..70b88fd057 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>45487c9be0bed0abbd1e21b71511def02a1447c9</CoreFxCurrentRef>
- <CoreClrCurrentRef>45487c9be0bed0abbd1e21b71511def02a1447c9</CoreClrCurrentRef>
+ <CoreFxCurrentRef>3c36f9bf01e35591e1bf30fdac512f863643f54f</CoreFxCurrentRef>
+ <CoreClrCurrentRef>3c36f9bf01e35591e1bf30fdac512f863643f54f</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24903-02</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24904-01</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24903-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24904-02</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>