summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-01-06 10:56:32 -0800
committerDan Moseley <danmose@microsoft.com>2017-01-06 10:56:32 -0800
commit7e9bcf8801765899018704b92553c1f208905732 (patch)
tree848590699904055f3d511b1910c60b0fd9b000d8 /dependencies.props
parent7f8557fb17c58a093bf54bd17e965b9181bba772 (diff)
downloadcoreclr-7e9bcf8801765899018704b92553c1f208905732.tar.gz
coreclr-7e9bcf8801765899018704b92553c1f208905732.tar.bz2
coreclr-7e9bcf8801765899018704b92553c1f208905732.zip
Update CoreClr, CoreFx to beta-24906-01, beta-24906-02, respectively (#8826)
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 7b7e815af3..99cb396397 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>caed5b78f3592ba0b49c7820d150951efeadad28</CoreFxCurrentRef>
- <CoreClrCurrentRef>caed5b78f3592ba0b49c7820d150951efeadad28</CoreClrCurrentRef>
+ <CoreFxCurrentRef>ef2f3c2b059e208ac188399cc10204861f9dfb70</CoreFxCurrentRef>
+ <CoreClrCurrentRef>ef2f3c2b059e208ac188399cc10204861f9dfb70</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24905-02</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24906-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24904-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24906-01</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>