Update CoreClr to beta-25128-03 (dotnet/coreclr#10517)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Tue, 28 Mar 2017 14:47:07 +0000 (07:47 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Tue, 28 Mar 2017 14:47:07 +0000 (07:47 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/67938086beb9b9e6ef4b58e1f6e8543c0f5caba0

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 bcb7aa8..1ee1c54 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>8d808c3871798a0c649bd800afb396138a195aea</CoreFxCurrentRef>
-    <CoreClrCurrentRef>8d808c3871798a0c649bd800afb396138a195aea</CoreClrCurrentRef>
+    <CoreClrCurrentRef>3321d852f26fb74fcf8d1791ff9c9b022f06edd3</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-25127-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25128-03</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 7ea611f..9e5e124 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25127-03",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25127-03",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25127-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25127-03",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25127-03"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25128-03",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25128-03",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25128-03",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25128-03",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25128-03"
   },
   "frameworks": {
     "netcoreapp2.0": {
index d5e2998..a989609 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25127-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25128-03"
   },
   "frameworks": {
     "netcoreapp1.1": {