Update CoreClr to beta-25002-03
authordotnet-bot <dotnet-bot@microsoft.com>
Thu, 2 Feb 2017 17:47:34 +0000 (17:47 +0000)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 2 Feb 2017 17:47:34 +0000 (17:47 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/c9d962cf711e57099add672f1fb890a5e2237714

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

index dd81053..3fb7168 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>e04a8c7d7012055d5d8d2f06d1e1bd3cc5f0d98f</CoreFxCurrentRef>
-    <CoreClrCurrentRef>c0a4e99a9f62ca53861b532fc55cbd52f7a1078f</CoreClrCurrentRef>
+    <CoreClrCurrentRef>e61a2eaecad04acea728883fa725375a1c0e8418</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-25001-07</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25002-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index a0afdad..655b3ea 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25001-07",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25001-07",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25001-07",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25001-07",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25001-07"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25002-03",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25002-03",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25002-03",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-03",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25002-03"
   },
   "frameworks": {
     "netcoreapp1.1": {
index 1494043..fb63625 100644 (file)
@@ -64,7 +64,7 @@
   "frameworks": {
     "netcoreapp1.1": {
       "dependencies": {
-        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25001-07"
+        "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25002-03"
       }
     }
   },
index 8fc1354..1a15cca 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25001-07"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25002-03"
   },
   "frameworks": {
     "netcoreapp1.1": {