summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-12-27 17:35:38 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-27 17:35:38 +0000
commit151942b727cefdf18586eae76b82248ed80a9c98 (patch)
tree83d0ffc43ec0a5f0a28644ec76207bcd9e180468 /dependencies.props
parentee6f9795615bf21936a4c443e312fee03d5db0bf (diff)
downloadcoreclr-151942b727cefdf18586eae76b82248ed80a9c98.tar.gz
coreclr-151942b727cefdf18586eae76b82248ed80a9c98.tar.bz2
coreclr-151942b727cefdf18586eae76b82248ed80a9c98.zip
Update CoreClr, CoreFx to beta-24827-03, beta-24827-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 174b0da5e6..1a764fc1e3 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>3244bcdbfdab6d5675a8a8998c766e8b390da5db</CoreFxCurrentRef>
- <CoreClrCurrentRef>3244bcdbfdab6d5675a8a8998c766e8b390da5db</CoreClrCurrentRef>
+ <CoreFxCurrentRef>065c06c089e11b19db9d58dbe071bc01518d8a6f</CoreFxCurrentRef>
+ <CoreClrCurrentRef>065c06c089e11b19db9d58dbe071bc01518d8a6f</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24822-03</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24827-01</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24822-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24827-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>