diff options
author | dotnet bot <dotnet-bot@dotnetfoundation.org> | 2017-03-24 10:39:37 -0700 |
---|---|---|
committer | Gaurav Khanna <gkhanna@microsoft.com> | 2017-03-24 10:39:37 -0700 |
commit | 249902311a4f15712cb8e2553920948eaa21e87a (patch) | |
tree | 3d70a5f594532b8c5ce0ab6a0700cec3ba323e85 /dependencies.props | |
parent | 4388703f3e25f9290d37da9d4d1de844a3a6154a (diff) | |
download | coreclr-249902311a4f15712cb8e2553920948eaa21e87a.tar.gz coreclr-249902311a4f15712cb8e2553920948eaa21e87a.tar.bz2 coreclr-249902311a4f15712cb8e2553920948eaa21e87a.zip |
Update CoreClr to beta-25123-08 (#10435)
Diffstat (limited to 'dependencies.props')
-rw-r--r-- | dependencies.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dependencies.props b/dependencies.props index c4d08fb0c7..cce40c84b8 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>a1e7cc9a438ce45265664c235b22120a5a601f41</CoreFxCurrentRef> - <CoreClrCurrentRef>511f00e5ec0ce46799550a8e76d810a54806501d</CoreClrCurrentRef> + <CoreClrCurrentRef>27c68c5c81c044fbedd9c49d3dbd2dfd613b1e42</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-beta-25123-07</CoreClrPackageVersion> + <CoreClrPackageVersion>2.0.0-beta-25123-08</CoreClrPackageVersion> <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion> </PropertyGroup> |