summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-12-21 17:40:47 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-21 17:40:47 +0000
commit5ee5d0e9146fd30a61e003ddd976044fd522c644 (patch)
tree3f0df468aa0b46da27046aba70eff8db9d9b708d /dependencies.props
parentb24f3c8fff9ef63bd6448fe2a6fd9f272891a1e7 (diff)
downloadcoreclr-5ee5d0e9146fd30a61e003ddd976044fd522c644.tar.gz
coreclr-5ee5d0e9146fd30a61e003ddd976044fd522c644.tar.bz2
coreclr-5ee5d0e9146fd30a61e003ddd976044fd522c644.zip
Update CoreClr, CoreFx to beta-24821-04, beta-24821-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 127e768b7c..8ce6cd3c5d 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>fe938f809be29392a77c625aa8c6b36348b128b6</CoreFxCurrentRef>
- <CoreClrCurrentRef>fe938f809be29392a77c625aa8c6b36348b128b6</CoreClrCurrentRef>
+ <CoreFxCurrentRef>6e4991fc981bc989edb6f47f158876ade457b9fa</CoreFxCurrentRef>
+ <CoreClrCurrentRef>6e4991fc981bc989edb6f47f158876ade457b9fa</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-24821-01</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-24821-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>1.2.0-beta-24821-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>1.2.0-beta-24821-04</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>