summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-12-22 17:29:49 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-22 17:29:49 +0000
commit9ab4df8fc393a703a7be58219ff56f3086c99d1e (patch)
tree087e31f5190cb31d10310d36d2c724fcb5de5831 /dependencies.props
parent2d49c2c743831b7078c4360f28a81ba28fc47a05 (diff)
downloadcoreclr-9ab4df8fc393a703a7be58219ff56f3086c99d1e.tar.gz
coreclr-9ab4df8fc393a703a7be58219ff56f3086c99d1e.tar.bz2
coreclr-9ab4df8fc393a703a7be58219ff56f3086c99d1e.zip
Update CoreClr, CoreFx to beta-24822-03, beta-24822-03, 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 8ce6cd3c5d..174b0da5e6 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>6e4991fc981bc989edb6f47f158876ade457b9fa</CoreFxCurrentRef>
- <CoreClrCurrentRef>6e4991fc981bc989edb6f47f158876ade457b9fa</CoreClrCurrentRef>
+ <CoreFxCurrentRef>3244bcdbfdab6d5675a8a8998c766e8b390da5db</CoreFxCurrentRef>
+ <CoreClrCurrentRef>3244bcdbfdab6d5675a8a8998c766e8b390da5db</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24821-02</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24822-03</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24821-04</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24822-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>