summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-03-19 08:08:34 +0000
committerdotnet-bot <dotnet-bot@microsoft.com>2017-03-19 08:08:34 +0000
commit401b40b5d5cf654dc1b68c7fb9e9a52458af89a4 (patch)
treeebf72f73d57895cc9602b5f54b36d8734c9cd7f8
parent8b99922f32596822b14d3d62e8c54fca5b19f257 (diff)
downloadcoreclr-401b40b5d5cf654dc1b68c7fb9e9a52458af89a4.tar.gz
coreclr-401b40b5d5cf654dc1b68c7fb9e9a52458af89a4.tar.bz2
coreclr-401b40b5d5cf654dc1b68c7fb9e9a52458af89a4.zip
Update CoreClr to beta-25119-02
-rw-r--r--dependencies.props4
-rw-r--r--tests/src/Common/build_against_pkg_dependencies/project.json10
-rw-r--r--tests/src/Common/targeting_pack_ref/project.json2
3 files changed, 8 insertions, 8 deletions
diff --git a/dependencies.props b/dependencies.props
index c7c5324fda..c822c35b5c 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>15741fef87cb527b10f09e6f13278f8717652f69</CoreFxCurrentRef>
- <CoreClrCurrentRef>5746545a6f5bc0fb1138e18bc0f99acaadf9dd99</CoreClrCurrentRef>
+ <CoreClrCurrentRef>53bdc2e35c2f51e33a27ba2f9f51d2ec4a9efd97</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-25118-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-beta-25119-02</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>
diff --git a/tests/src/Common/build_against_pkg_dependencies/project.json b/tests/src/Common/build_against_pkg_dependencies/project.json
index 1eea091856..44df1cdd59 100644
--- a/tests/src/Common/build_against_pkg_dependencies/project.json
+++ b/tests/src/Common/build_against_pkg_dependencies/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.ILAsm": "2.0.0-beta-25118-03",
- "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25118-03",
- "Microsoft.NETCore.Jit": "2.0.0-beta-25118-03",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25118-03",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-25118-03"
+ "Microsoft.NETCore.ILAsm": "2.0.0-beta-25119-02",
+ "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25119-02",
+ "Microsoft.NETCore.Jit": "2.0.0-beta-25119-02",
+ "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25119-02",
+ "Microsoft.NETCore.TestHost": "2.0.0-beta-25119-02"
},
"frameworks": {
"netcoreapp2.0": {
diff --git a/tests/src/Common/targeting_pack_ref/project.json b/tests/src/Common/targeting_pack_ref/project.json
index a2c62cc45f..3250cc9398 100644
--- a/tests/src/Common/targeting_pack_ref/project.json
+++ b/tests/src/Common/targeting_pack_ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25118-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25119-02"
},
"frameworks": {
"netcoreapp1.1": {