Update CoreClr to beta-25118-03
authordotnet-bot <dotnet-bot@microsoft.com>
Sat, 18 Mar 2017 16:37:23 +0000 (16:37 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Sat, 18 Mar 2017 16:37:23 +0000 (16:37 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/e35bd4757a03faba02dd082f8c88e9f60dd9716e

src/coreclr/dependencies.props
src/coreclr/tests/src/Common/build_against_pkg_dependencies/project.json
src/coreclr/tests/src/Common/targeting_pack_ref/project.json

index 4ead433..c7c5324 100644 (file)
@@ -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>d0d512fc9f9d626884deaf17b72f9daf1360cbdb</CoreClrCurrentRef>
+    <CoreClrCurrentRef>5746545a6f5bc0fb1138e18bc0f99acaadf9dd99</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-02</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25118-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 514aa1e..1eea091 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25118-02",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25118-02",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25118-02",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25118-02",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25118-02"
+    "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"
   },
   "frameworks": {
     "netcoreapp2.0": {
index 99410e8..a2c62cc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25118-02"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25118-03"
   },
   "frameworks": {
     "netcoreapp1.1": {