summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet bot <dotnet-bot@dotnetfoundation.org>2017-03-17 23:27:38 -0700
committerDan Moseley <danmose@microsoft.com>2017-03-17 23:27:38 -0700
commitde0b34835926840337b7373e04d60f5473f7fbb4 (patch)
tree1b4e7026349b83a96b151e3720a1a82b9088f926 /dependencies.props
parent880fdbad68e4a587c2e1b136839bb5cf0b74cf09 (diff)
downloadcoreclr-de0b34835926840337b7373e04d60f5473f7fbb4.tar.gz
coreclr-de0b34835926840337b7373e04d60f5473f7fbb4.tar.bz2
coreclr-de0b34835926840337b7373e04d60f5473f7fbb4.zip
Update CoreClr, CoreFx to beta-25117-08, beta-25118-01, respectively (#10267)
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 54e7fbc06d..878ae19fef 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>6309cf2ad5fd49945c44026e7bef7b11a3dedeb9</CoreFxCurrentRef>
- <CoreClrCurrentRef>65f04ec0cdca983331c8fefb56846adf672e5bbc</CoreClrCurrentRef>
+ <CoreFxCurrentRef>15741fef87cb527b10f09e6f13278f8717652f69</CoreFxCurrentRef>
+ <CoreClrCurrentRef>15741fef87cb527b10f09e6f13278f8717652f69</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-25114-01</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-25118-01</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.0.0-beta-25116-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-beta-25117-08</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>