summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-05-05 12:54:49 -0700
committerDan Moseley <danmose@microsoft.com>2017-05-05 12:54:49 -0700
commitf32af15fd8c5ceae9ac10b5d2ef0eed9c66ca4e3 (patch)
tree29511f5af32aee29ea40590dbe8d4270f3a0aad9 /dependencies.props
parent1a3dfa8c8405fa56ea3de897c43d79650463e74c (diff)
downloadcoreclr-f32af15fd8c5ceae9ac10b5d2ef0eed9c66ca4e3.tar.gz
coreclr-f32af15fd8c5ceae9ac10b5d2ef0eed9c66ca4e3.tar.bz2
coreclr-f32af15fd8c5ceae9ac10b5d2ef0eed9c66ca4e3.zip
Update CoreClr to preview2-25305-03 (#11421)
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.props b/dependencies.props
index 7d37cfa4db..b70dfe783e 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -2,7 +2,7 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
<CoreFxCurrentRef>2fec23caa2e720ba53500a8edac9093cf5d8c354</CoreFxCurrentRef>
- <CoreClrCurrentRef>2fec23caa2e720ba53500a8edac9093cf5d8c354</CoreClrCurrentRef>
+ <CoreClrCurrentRef>f50f877538b1e349b35ab13c70a74d135eb71019</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
@@ -12,7 +12,7 @@
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.0.0-preview2-25305-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-preview2-25305-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>