summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-02-15 17:53:21 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-02-15 17:53:21 +0000
commit79e857bf063b712e605b69f32432134f929a1783 (patch)
treef2fb5471f3d7066089c5a53946e4b811f6f10b2b /dependencies.props
parent995b8694a55a2c7a9f05a8a46d63afe267be5b9d (diff)
downloadcoreclr-79e857bf063b712e605b69f32432134f929a1783.tar.gz
coreclr-79e857bf063b712e605b69f32432134f929a1783.tar.bz2
coreclr-79e857bf063b712e605b69f32432134f929a1783.zip
Update CoreClr, CoreFx to beta-25015-04, beta-25015-02, respectively
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 e9537f894d..e3659a14b8 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>a96b46a6ea52965b20667fff5295a13ad73d5d7a</CoreFxCurrentRef>
- <CoreClrCurrentRef>1d54f6522364b58e726733e16cd9b716a62d9195</CoreClrCurrentRef>
+ <CoreFxCurrentRef>79a1fd3bc483e9b63c05510201b8687ce34ff7b9</CoreFxCurrentRef>
+ <CoreClrCurrentRef>79a1fd3bc483e9b63c05510201b8687ce34ff7b9</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-25014-02</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-25015-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.0.0-beta-25014-04</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-beta-25015-04</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>