summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-04-26 16:21:04 -0700
committerJan Kotas <jkotas@microsoft.com>2017-04-26 16:21:04 -0700
commit20aa8b25c8c2d920da3a050728e5ca3156253615 (patch)
tree9865fb16fd6d55fc4997eb1903f4e3ae38646d7d /dependencies.props
parent48b0229e9b70dbe4e477b3983f16599f9d861e55 (diff)
downloadcoreclr-20aa8b25c8c2d920da3a050728e5ca3156253615.tar.gz
coreclr-20aa8b25c8c2d920da3a050728e5ca3156253615.tar.bz2
coreclr-20aa8b25c8c2d920da3a050728e5ca3156253615.zip
Update CoreClr, CoreFx to preview2-25226-02, preview2-25226-02, respectively (#11127)
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 c06c465d52..cc48652179 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>947e90b41c30a1f0a906f8d996443233c2ceedf4</CoreFxCurrentRef>
- <CoreClrCurrentRef>947e90b41c30a1f0a906f8d996443233c2ceedf4</CoreClrCurrentRef>
+ <CoreFxCurrentRef>ea4d16199d625a75688ca5099afcc06f9fe98104</CoreFxCurrentRef>
+ <CoreClrCurrentRef>ea4d16199d625a75688ca5099afcc06f9fe98104</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>preview1-25221-01</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>preview2-25226-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.0.0-preview1-25221-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-preview2-25226-02</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>