diff options
author | dotnet bot <dotnet-bot@dotnetfoundation.org> | 2017-05-02 11:21:36 -0700 |
---|---|---|
committer | Gaurav Khanna <gkhanna@microsoft.com> | 2017-05-02 11:21:36 -0700 |
commit | 622c6a097d94341d354938ea9014c4f279c9f405 (patch) | |
tree | 2056756e019da65f56e5b8ae35e65623f3c21819 /dependencies.props | |
parent | c8b635f1e0058b4147d6d89efeb7464e97d03dc3 (diff) | |
download | coreclr-622c6a097d94341d354938ea9014c4f279c9f405.tar.gz coreclr-622c6a097d94341d354938ea9014c4f279c9f405.tar.bz2 coreclr-622c6a097d94341d354938ea9014c4f279c9f405.zip |
Update CoreFx to preview2-25302-03 (#11331)
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 2aca3c8c08..e2ba3e3b02 100644 --- a/dependencies.props +++ b/dependencies.props @@ -1,13 +1,13 @@ <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>caa7245d2aabffcb177ee456e4d1d2901462ebcb</CoreFxCurrentRef> + <CoreFxCurrentRef>4c90661bc00114b4e7ba79c944d1c011dda5b126</CoreFxCurrentRef> <CoreClrCurrentRef>caa7245d2aabffcb177ee456e4d1d2901462ebcb</CoreClrCurrentRef> </PropertyGroup> <!-- Auto-upgraded properties for each build info dependency. --> <PropertyGroup> - <CoreFxExpectedPrerelease>preview2-25302-01</CoreFxExpectedPrerelease> + <CoreFxExpectedPrerelease>preview2-25302-03</CoreFxExpectedPrerelease> </PropertyGroup> <!-- Full package version strings that are used in other parts of the build. --> |