Update CoreClr to beta-25123-07 (dotnet/coreclr#10428)
authordotnet bot <dotnet-bot@dotnetfoundation.org>
Thu, 23 Mar 2017 19:34:59 +0000 (12:34 -0700)
committerGaurav Khanna <gkhanna@microsoft.com>
Thu, 23 Mar 2017 19:34:59 +0000 (12:34 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/77e183000b7fbe33531cf9e3dbacb8f74b481c90

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 0ca289c..c4d08fb 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>a1e7cc9a438ce45265664c235b22120a5a601f41</CoreFxCurrentRef>
-    <CoreClrCurrentRef>a1e7cc9a438ce45265664c235b22120a5a601f41</CoreClrCurrentRef>
+    <CoreClrCurrentRef>511f00e5ec0ce46799550a8e76d810a54806501d</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-25123-03</CoreClrPackageVersion>
+    <CoreClrPackageVersion>2.0.0-beta-25123-07</CoreClrPackageVersion>
     <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
   </PropertyGroup>
 
index 7acb812..3356ffb 100644 (file)
@@ -1,10 +1,10 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25123-03",
-    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25123-03",
-    "Microsoft.NETCore.Jit": "2.0.0-beta-25123-03",
-    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25123-03",
-    "Microsoft.NETCore.TestHost": "2.0.0-beta-25123-03"
+    "Microsoft.NETCore.ILAsm": "2.0.0-beta-25123-07",
+    "Microsoft.NETCore.ILDAsm": "2.0.0-beta-25123-07",
+    "Microsoft.NETCore.Jit": "2.0.0-beta-25123-07",
+    "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25123-07",
+    "Microsoft.NETCore.TestHost": "2.0.0-beta-25123-07"
   },
   "frameworks": {
     "netcoreapp2.0": {
index b8f095e..688f1c0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "dependencies": {
-    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25123-03"
+    "Microsoft.TargetingPack.Private.CoreCLR": "2.0.0-beta-25123-07"
   },
   "frameworks": {
     "netcoreapp1.1": {