From: dotnet bot Date: Sat, 29 Apr 2017 06:08:49 +0000 (-0700) Subject: Update CoreClr to preview2-25229-01 (dotnet/coreclr#11303) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7071 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59ef5708c8289d5d3de22752f76d95909e2a8ac8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update CoreClr to preview2-25229-01 (dotnet/coreclr#11303) Commit migrated from https://github.com/dotnet/coreclr/commit/bd0a833845cc334eaf06d95329d00f9c4cb067b2 --- diff --git a/src/coreclr/dependencies.props b/src/coreclr/dependencies.props index d42f9753..300cb23 100644 --- a/src/coreclr/dependencies.props +++ b/src/coreclr/dependencies.props @@ -2,7 +2,7 @@ e4be3f7e493f95d85a5b731b35418ee4843bf813 - e4be3f7e493f95d85a5b731b35418ee4843bf813 + 54936060db416dc1cbfa3262b20100ef8668db22 @@ -12,7 +12,7 @@ - 2.0.0-preview2-25228-02 + 2.0.0-preview2-25229-01 2.2.0-beta2-build3300 diff --git a/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json b/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json index e438321..48a396c 100644 --- a/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json +++ b/src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json @@ -1,10 +1,10 @@ { "dependencies": { - "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25228-02", - "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25228-02", - "Microsoft.NETCore.Jit": "2.0.0-preview2-25228-02", - "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25228-02", - "Microsoft.NETCore.TestHost": "2.0.0-preview2-25228-02" + "Microsoft.NETCore.ILAsm": "2.0.0-preview2-25229-01", + "Microsoft.NETCore.ILDAsm": "2.0.0-preview2-25229-01", + "Microsoft.NETCore.Jit": "2.0.0-preview2-25229-01", + "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview2-25229-01", + "Microsoft.NETCore.TestHost": "2.0.0-preview2-25229-01" }, "frameworks": { "netcoreapp2.0": { diff --git a/src/coreclr/tests/src/Common/targeting_pack_ref/project.json b/src/coreclr/tests/src/Common/targeting_pack_ref/project.json index 08135ab..720b5c0 100644 --- a/src/coreclr/tests/src/Common/targeting_pack_ref/project.json +++ b/src/coreclr/tests/src/Common/targeting_pack_ref/project.json @@ -1,6 +1,6 @@ { "dependencies": { - "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25228-02" + "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-preview2-25229-01" }, "frameworks": { "netcoreapp1.1": {